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