summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ba6aa4e..54e1360 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,11 @@
TARGET := iphone:11.0:11.0
-ARCHS := arm64
+ARCHS := arm64 arm64e
PACKAGE_VERSION := $(shell ./version.sh)
include theos/makefiles/common.mk
TWEAK_NAME := MobileSafety
+MobileSafety_CFLAGS := -Wno-return-stack-address
MobileSafety_FILES := Tweak.xm
MobileSafety_FRAMEWORKS := UIKit