diff options
author | Sven Gothel <[email protected]> | 2023-01-15 04:08:59 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-01-15 04:08:59 +0100 |
commit | b6a10d76e0c6085ca77420730e7295341f1638b8 (patch) | |
tree | 03e0c641a7e0af74d879b29f39f366249bb5b5c2 /make/scripts/make.jogl.all.macosx.sh | |
parent | 629bf805104b65f312a839db1296fd5399a1f5dc (diff) |
Build scripts: MacOS + Windows: Use JDK-17 to build our Java-1.8 API
Diffstat (limited to 'make/scripts/make.jogl.all.macosx.sh')
-rwxr-xr-x | make/scripts/make.jogl.all.macosx.sh | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/make/scripts/make.jogl.all.macosx.sh b/make/scripts/make.jogl.all.macosx.sh index 894ed1a0d..730be7028 100755 --- a/make/scripts/make.jogl.all.macosx.sh +++ b/make/scripts/make.jogl.all.macosx.sh @@ -4,12 +4,7 @@ if [ -e /usr/local/etc/profile.ant ] ; then . /usr/local/etc/profile.ant fi -# Force OSX SDK 10.6, if desired -# export SDKROOT=macosx10.6 - -#JAVA_HOME=`/usr/libexec/java_home` -JAVA_HOME=`/usr/libexec/java_home -version 11` -#JAVA_HOME=`/usr/libexec/java_home -version 1.8` +JAVA_HOME=`/usr/libexec/java_home -version 17` PATH=$JAVA_HOME/bin:$PATH export JAVA_HOME PATH |