summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-04-11 20:31:48 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-04-11 21:21:36 -0700
commit88ea342580ccbba74412373baa456e3fd445d5ba (patch)
tree9ccab5468fc8500527793e1fad339cb92dd5699f /Makefile
parentd8d3690010170a4930adbdc64a88dcec43b7f3d4 (diff)
downloadqtlocation-mapboxgl-88ea342580ccbba74412373baa456e3fd445d5ba.tar.gz
[ios] Build only i386
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2e5d8f1b6c..d226f189e5 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,9 @@ $(IOS_PROJ_PATH): platform/ios/platform.gyp platform/ios/scripts/configure.sh mb
$(RUN) PLATFORM=ios Xcode/__project__
ios: $(IOS_PROJ_PATH)
- set -o pipefail && xcodebuild -configuration $(BUILDTYPE) -sdk iphonesimulator \
+ set -o pipefail && xcodebuild \
+ ARCHS=i386 ONLY_ACTIVE_ARCH=YES \
+ -configuration $(BUILDTYPE) -sdk iphonesimulator \
-destination 'platform=iOS Simulator,name=iPhone 6,OS=latest' \
-project $(IOS_PROJ_PATH) -target All build | xcpretty