Browse Source

fixed ios makefile to point to 12.1 sdk and build both arm64 and arm64e

Kevin Bradley 4 years ago
parent
commit
dba77a1cf6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      CycriptLoader/Makefile.ios

+ 2 - 2
CycriptLoader/Makefile.ios

@@ -1,7 +1,7 @@
-ARCHS = arm64
+ARCHS = arm64 arm64e
 TARGET = iphone
 export GO_EASY_ON_ME=1
-export SDKVERSION=11.0
+export SDKVERSION=12.1
 THEOS_DEVICE_IP=bedroom.local
 
 include theos/makefiles/common.mk