diff options
Diffstat (limited to 'make/make.jogl.all.macosx.sh')
-rw-r--r-- | make/make.jogl.all.macosx.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/make/make.jogl.all.macosx.sh b/make/make.jogl.all.macosx.sh index e00cd83b6..a85f9344f 100644 --- a/make/make.jogl.all.macosx.sh +++ b/make/make.jogl.all.macosx.sh @@ -1,6 +1,9 @@ #! /bin/sh -. /devtools/etc/profile.ant +if [ -e /devtools/etc/profile.ant ] ; then + . /devtools/etc/profile.ant +fi + # -Dc.compiler.debug=true # -Dbuild.noarchives=true |