From 9d910cf21fb8a61e3a1604f6258364c3b725964d Mon Sep 17 00:00:00 2001 From: sg215889 Date: Thu, 9 Jul 2009 12:01:08 -0700 Subject: Make build scripts independent from setenv scripts --- make/make.jogl.all.linux-x86.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'make/make.jogl.all.linux-x86.sh') diff --git a/make/make.jogl.all.linux-x86.sh b/make/make.jogl.all.linux-x86.sh index bb2f060ca..4eec0b317 100644 --- a/make/make.jogl.all.linux-x86.sh +++ b/make/make.jogl.all.linux-x86.sh @@ -1,6 +1,9 @@ #! /bin/sh -. ../../setenv-build-jogl-x86.sh +if [ -e ../../setenv-build-jogl-x86.sh ] ; then + . ../../setenv-build-jogl-x86.sh +fi + # -Djogl.cg=1 -Dx11.cg.lib=../../lib-linux-x86_64 # -Dc.compiler.debug=true -- cgit v1.2.3