diff options
Diffstat (limited to 'make/scripts/make.jogl.all.macosx.sh')
-rwxr-xr-x | make/scripts/make.jogl.all.macosx.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/make/scripts/make.jogl.all.macosx.sh b/make/scripts/make.jogl.all.macosx.sh index a85f9344f..967790b6e 100755 --- a/make/scripts/make.jogl.all.macosx.sh +++ b/make/scripts/make.jogl.all.macosx.sh @@ -1,15 +1,13 @@ #! /bin/sh -if [ -e /devtools/etc/profile.ant ] ; then - . /devtools/etc/profile.ant +if [ -e /opt-share/etc/profile.ant ] ; then + . /opt-share/etc/profile.ant fi # -Dc.compiler.debug=true -# -Dbuild.noarchives=true ant \ - -Dbuild.noarchives=true \ -Djogl.cg=1 \ -Drootrel.build=build-macosx \ $* 2>&1 | tee make.jogl.all.macosx.log |