summaryrefslogtreecommitdiffstats
path: root/make/scripts/make.jogl.all.ios.arm64.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-01-15 04:08:59 +0100
committerSven Gothel <[email protected]>2023-01-15 04:08:59 +0100
commitb6a10d76e0c6085ca77420730e7295341f1638b8 (patch)
tree03e0c641a7e0af74d879b29f39f366249bb5b5c2 /make/scripts/make.jogl.all.ios.arm64.sh
parent629bf805104b65f312a839db1296fd5399a1f5dc (diff)
Build scripts: MacOS + Windows: Use JDK-17 to build our Java-1.8 API
Diffstat (limited to 'make/scripts/make.jogl.all.ios.arm64.sh')
-rwxr-xr-xmake/scripts/make.jogl.all.ios.arm64.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/make.jogl.all.ios.arm64.sh b/make/scripts/make.jogl.all.ios.arm64.sh
index 1edae79d8..2dbf89fd0 100755
--- a/make/scripts/make.jogl.all.ios.arm64.sh
+++ b/make/scripts/make.jogl.all.ios.arm64.sh
@@ -12,7 +12,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