From 88ea342580ccbba74412373baa456e3fd445d5ba Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Mon, 11 Apr 2016 20:31:48 -0700 Subject: [ios] Build only i386 --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.1