From a703e7e40c0e79a4b8df3ccff6475d83ffbaf4bf Mon Sep 17 00:00:00 2001 From: Karen Tsai Date: Mon, 18 Sep 2017 14:50:39 -0400 Subject: [PATCH] Fixed $ARCHS variable in simjectExampleTweak. --- simjectExampleTweak/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/simjectExampleTweak/Makefile b/simjectExampleTweak/Makefile index ba46fb4..4f82c0c 100644 --- a/simjectExampleTweak/Makefile +++ b/simjectExampleTweak/Makefile @@ -1,9 +1,12 @@ THEOS_PACKAGE_DIR_NAME = debs # TARGET = iphone:clang +# ARCHS = arm64 # ARCHS = armv7 armv7s arm64 TARGET = simulator:clang -ARCHS = x86_64 i386 +ARCHS = x86_64 +# ARCHS = x86_64 i386 # i386 slice is required for 32-bit iOS Simulator (iPhone 5, etc.) +# To compile 32-bit binaries, you must install Xcode 8.3.3 or below. See relevant section in README.md for more information. DEBUG = 0 PACKAGE_VERSION = $(THEOS_PACKAGE_BASE_VERSION)