aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/make.gluegen.all.ios.arm64.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-01-15 04:08:18 +0100
committerSven Gothel <[email protected]>2023-01-15 04:08:18 +0100
commitaf39597583ec0c9783e343cb5f3defdd2c211971 (patch)
treecd52c3a67ccbb50fb84d5b167e6b3ace6e8ca04e /make/scripts/make.gluegen.all.ios.arm64.sh
parent0ee82236f503008d8421804760eda4750ee77d3a (diff)
Build scripts: MacOS + Windows: Use JDK-17 to build our Java-1.8 API
Diffstat (limited to 'make/scripts/make.gluegen.all.ios.arm64.sh')
-rwxr-xr-xmake/scripts/make.gluegen.all.ios.arm64.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/make.gluegen.all.ios.arm64.sh b/make/scripts/make.gluegen.all.ios.arm64.sh
index a4e811d..13c9469 100755
--- a/make/scripts/make.gluegen.all.ios.arm64.sh
+++ b/make/scripts/make.gluegen.all.ios.arm64.sh
@@ -16,7 +16,7 @@ fi
export SDKROOT=iphoneos13.2
xcrun --show-sdk-path
-JAVA_HOME=`/usr/libexec/java_home -version 11`
+JAVA_HOME=`/usr/libexec/java_home -version 17`
PATH=$JAVA_HOME/bin:$PATH
export JAVA_HOME PATH
which java