Explorar o código

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

Kevin Bradley %!s(int64=7) %!d(string=hai) anos
pai
achega
dba77a1cf6
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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