summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-03-10 15:18:19 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-03-16 17:48:37 -0700
commit6cb606b4ed99844677c663e7129b5b27a7adf4af (patch)
tree6d83b13e957bda80a8bc193014b63e0ff6979fa6 /platform
parent8ac82e5a384ba6cc87bea5bff0e92fc21cd3bc48 (diff)
downloadqtlocation-mapboxgl-6cb606b4ed99844677c663e7129b5b27a7adf4af.tar.gz
[ios] Remove redundant lines from ios/scripts/defaults.md
MASON_PLATFORM=$(HOST) and MASON_PLATFORM_VERSION=$(HOST_VERSION) are set by main.mk; there's no need to set them here.
Diffstat (limited to 'platform')
-rw-r--r--platform/ios/scripts/defaults.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/platform/ios/scripts/defaults.mk b/platform/ios/scripts/defaults.mk
index c2a3e95eeb..6d7b9a6d13 100644
--- a/platform/ios/scripts/defaults.mk
+++ b/platform/ios/scripts/defaults.mk
@@ -6,6 +6,3 @@ HTTP ?= nsurl
HOST_VERSION = all
PROVISIONING_PROFILE ?= 19324a54-7455-4f0b-8e1c-e6957c718ebc
-
-export MASON_PLATFORM=$(HOST)
-export MASON_PLATFORM_VERSION=$(HOST_VERSION)