summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2017-02-01 12:12:02 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2017-02-01 12:12:02 -0800
commit8a4ad65983a54c6dcee1af656b3c666f77e0c25f (patch)
treebc30b1678df96eb159db6bf9ea47589d7b1fad7c /Makefile
parent42e97527a93a5bf5db7d5389ceb71a00aa60a910 (diff)
armv7s is iOS 6+, so this will fix 32-bit iOS 10+.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fa4942a..dcbf53d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
TARGET := iphone:7.1:2.0
-ARCHS := armv6 arm64
+ARCHS := armv6 armv7s arm64
PACKAGE_VERSION := $(shell ./version.sh)
include theos/makefiles/common.mk