Procházet zdrojové kódy

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

Kevin Bradley před 7 roky
rodič
revize
dba77a1cf6
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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