aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/make.jogl.all.macosx.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2019-01-23 02:13:44 +0100
committerSven Gothel <[email protected]>2019-01-23 02:13:44 +0100
commitcc157b6a7dfbdefbbfc31085b4013e395cfecd13 (patch)
treed818f2d71b0af6ba784135974df149aa2b7b0017 /make/scripts/make.jogl.all.macosx.sh
parent347271ffdd09153a2334fda593774d49050f84e0 (diff)
osx test scripts using latest Java
Diffstat (limited to 'make/scripts/make.jogl.all.macosx.sh')
-rwxr-xr-xmake/scripts/make.jogl.all.macosx.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/make/scripts/make.jogl.all.macosx.sh b/make/scripts/make.jogl.all.macosx.sh
index aa85b9213..94b7f13b3 100755
--- a/make/scripts/make.jogl.all.macosx.sh
+++ b/make/scripts/make.jogl.all.macosx.sh
@@ -7,7 +7,9 @@ fi
# Force OSX SDK 10.6, if desired
# export SDKROOT=macosx10.6
-JAVA_HOME=`/usr/libexec/java_home -version 1.8`
+JAVA_HOME=`/usr/libexec/java_home`
+#JAVA_HOME=`/usr/libexec/java_home -version 1.8`
+#JAVA_HOME=`/usr/libexec/java_home -version 1.7`
#JAVA_HOME=`/usr/libexec/java_home -version 1.6`
PATH=$JAVA_HOME/bin:$PATH
export JAVA_HOME PATH