From 08fd6965e30ac97344822bd63aa548aa00bc372f Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 16 Jan 2015 03:29:32 +0100 Subject: [PATCH] (Theos iOS) Limit archs to armv7 --- apple/iOS/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apple/iOS/Makefile b/apple/iOS/Makefile index 8f60e38e4b..327a0a3067 100644 --- a/apple/iOS/Makefile +++ b/apple/iOS/Makefile @@ -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