diff options
Diffstat (limited to 'make')
-rwxr-xr-x | make/scripts/make.gluegen.all.ios.amd64.sh | 2 | ||||
-rwxr-xr-x | make/scripts/make.gluegen.all.ios.arm64.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/make.gluegen.all.ios.amd64.sh b/make/scripts/make.gluegen.all.ios.amd64.sh index 9a5748a..3d44812 100755 --- a/make/scripts/make.gluegen.all.ios.amd64.sh +++ b/make/scripts/make.gluegen.all.ios.amd64.sh @@ -13,7 +13,7 @@ fi # Force OSX SDK 10.6, if desired # export SDKROOT=macosx10.6 -export SDKROOT=iphonesimulator12.2 +export SDKROOT=iphonesimulator13.2 xcrun --show-sdk-path JAVA_HOME=`/usr/libexec/java_home -version 11` diff --git a/make/scripts/make.gluegen.all.ios.arm64.sh b/make/scripts/make.gluegen.all.ios.arm64.sh index 75943b7..e920516 100755 --- a/make/scripts/make.gluegen.all.ios.arm64.sh +++ b/make/scripts/make.gluegen.all.ios.arm64.sh @@ -13,7 +13,7 @@ fi # Force OSX SDK 10.6, if desired # export SDKROOT=macosx10.6 -export SDKROOT=iphoneos12.2 +export SDKROOT=iphoneos13.2 xcrun --show-sdk-path JAVA_HOME=`/usr/libexec/java_home -version 11` |