diff options
Diffstat (limited to 'make/make.jogl.all.linux-x86_64.sh')
-rw-r--r-- | make/make.jogl.all.linux-x86_64.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/make/make.jogl.all.linux-x86_64.sh b/make/make.jogl.all.linux-x86_64.sh index 1d9cf68fa..b9e1d1789 100644 --- a/make/make.jogl.all.linux-x86_64.sh +++ b/make/make.jogl.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 # -Djogl.cg=1 -Dx11.cg.lib=../../lib-linux-x86_64 # -Dc.compiler.debug=true |