]> git.saurik.com Git - safemode-ios.git/commitdiff
Compile for ARM64 (using Xcode 5 for armv6 hacks).
authorJay Freeman (saurik) <saurik@saurik.com>
Wed, 1 Jan 2014 00:01:01 +0000 (16:01 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Wed, 1 Jan 2014 00:01:01 +0000 (16:01 -0800)
Makefile

index bfa08a20ee9d82d226d391aad1c6ecafba4eb7e5..0eea91034852d90d219300ba8c58f40c3607b12d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-TARGET := iphone:5.1:2.0
-ARCHS := armv6
+TARGET := iphone:7.0:2.0
+ARCHS := armv6 arm64
 PACKAGE_VERSION := $(shell ./version.sh)
 
 include theos/makefiles/common.mk