(Theos iOS) Limit archs to armv7

This commit is contained in:
twinaphex 2015-01-16 03:29:32 +01:00
parent eac6dd7bea
commit 08fd6965e3

View File

@ -1,6 +1,6 @@
DEPLOYMENT_IOSVERSION = 5.0
TARGET = iphone:latest:$(DEPLOYMENT_IOSVERSION)
ARCHS = armv7 armv7s
ARCHS = armv7
TARGET_IPHONEOS_DEPLOYMENT_VERSION=$(DEPLOYMENT_IOSVERSION)
include $(THEOS)/makefiles/common.mk