aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/make.jogl.all.macosx-clang.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make/scripts/make.jogl.all.macosx-clang.sh')
-rwxr-xr-xmake/scripts/make.jogl.all.macosx-clang.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/scripts/make.jogl.all.macosx-clang.sh b/make/scripts/make.jogl.all.macosx-clang.sh
index af9f1e1fe..eb633f5a6 100755
--- a/make/scripts/make.jogl.all.macosx-clang.sh
+++ b/make/scripts/make.jogl.all.macosx-clang.sh
@@ -5,6 +5,7 @@ if [ -e /opt-share/etc/profile.ant ] ; then
fi
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