diff options
author | Sven Gothel <[email protected]> | 2020-01-02 00:26:54 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-01-02 00:26:54 +0100 |
commit | b2f4b2a4b09cf42d0a1da30b8072a0d50e7ac91a (patch) | |
tree | 0ee29e694bf3c215c535894b6cd659b249dfc756 /make | |
parent | 833c17c651e72e9e2cd67d8ac1e2e1fe3f811d49 (diff) |
Bump iOS 12.2 -> 13.2
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` |