diff options
Diffstat (limited to 'make/make.jogl.cdcfp.linux-x86.sh')
-rw-r--r-- | make/make.jogl.cdcfp.linux-x86.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/make/make.jogl.cdcfp.linux-x86.sh b/make/make.jogl.cdcfp.linux-x86.sh index 786f1a0b2..86fc2cc8b 100644 --- a/make/make.jogl.cdcfp.linux-x86.sh +++ b/make/make.jogl.cdcfp.linux-x86.sh @@ -1,6 +1,8 @@ #! /bin/sh -. ../../setenv-build-jogl.sh +if [ -e ../../setenv-build-jogl-x86.sh ] ; then + . ../../setenv-build-jogl-x86.sh +fi # -Dc.compiler.debug=true # |