diff options
Diffstat (limited to 'make/make.jogl.doc.x86_64.sh')
-rw-r--r-- | make/make.jogl.doc.x86_64.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/make/make.jogl.doc.x86_64.sh b/make/make.jogl.doc.x86_64.sh index 99001d27c..daf09ec33 100644 --- a/make/make.jogl.doc.x86_64.sh +++ b/make/make.jogl.doc.x86_64.sh @@ -1,6 +1,9 @@ #! /bin/sh -. ../../setenv-build-jogl-x86_64.sh +if [ -e ../../setenv-build-jogl-x86_64.sh ] ; then + . ../../setenv-build-jogl-x86_64.sh +fi + ant -v \ -Dbuild.noarchives=true \ |