diff options
Diffstat (limited to 'make/scripts/make.jogl.all.macosx.sh')
-rwxr-xr-x | make/scripts/make.jogl.all.macosx.sh | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/make/scripts/make.jogl.all.macosx.sh b/make/scripts/make.jogl.all.macosx.sh index d10652485..730be7028 100755 --- a/make/scripts/make.jogl.all.macosx.sh +++ b/make/scripts/make.jogl.all.macosx.sh @@ -4,17 +4,12 @@ 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 - # -Dc.compiler.debug=true \ +# -Dc.compiler.optimise=none \ # -Djavacdebug="true" \ # -Djavacdebuglevel="source,lines,vars" \ # |