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/scripts/make.gluegen.all.ios.amd64.sh | |
parent | 833c17c651e72e9e2cd67d8ac1e2e1fe3f811d49 (diff) |
Bump iOS 12.2 -> 13.2
Diffstat (limited to 'make/scripts/make.gluegen.all.ios.amd64.sh')
-rwxr-xr-x | make/scripts/make.gluegen.all.ios.amd64.sh | 2 |
1 files changed, 1 insertions, 1 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` |