summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2013-12-31 16:01:01 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2013-12-31 16:01:01 -0800
commit4bee32e5fc2f9ea920e36549a6f1cfccbf849c1f (patch)
treed98c5c563ae11d6e2f9db5b15a0b145bc1a6ed8b
parent88e0e8acea245c4e8f288fbaa978f6c9529ca067 (diff)
Compile for ARM64 (using Xcode 5 for armv6 hacks).
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index bfa08a2..0eea910 100644
--- 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