summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefile b/makefile
index 0519739..d167f4e 100644
--- a/makefile
+++ b/makefile
@@ -3,6 +3,9 @@ sdks := $(dev)/SDKs
ioss := $(sort $(patsubst $(sdks)/iPhoneOS%.sdk,%,$(wildcard $(sdks)/iPhoneOS*.sdk)))
ios := $(word $(words $(ioss)),$(ioss))
+# XXX: as of iOS 6.x armv6 is not supported :(
+ios := 5.1
+
# if you can tolerate clang, set this to blank
gcc := 4.2