diff options
Diffstat (limited to 'make/scripts/make.gluegen.all.linux-x86_64.sh')
-rw-r--r-- | make/scripts/make.gluegen.all.linux-x86_64.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/make/scripts/make.gluegen.all.linux-x86_64.sh b/make/scripts/make.gluegen.all.linux-x86_64.sh index 98ef4ed..0713b8e 100644 --- a/make/scripts/make.gluegen.all.linux-x86_64.sh +++ b/make/scripts/make.gluegen.all.linux-x86_64.sh @@ -1,6 +1,8 @@ #! /bin/sh -. ../../setenv-build-jogl-x86_64.sh +if [ -e ../../setenv-build-jogl-x86_64.sh ] ; then + . ../../setenv-build-jogl-x86_64.sh +fi # -Dc.compiler.debug=true # -Dgluegen.cpptasks.detected.os=true \ |