summaryrefslogtreecommitdiffstats
path: root/make/scripts/make.gluegen.all.linux-x86.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-09-24 00:05:10 +0200
committerSven Gothel <[email protected]>2010-09-24 00:05:10 +0200
commit34cf68fd0e1482ce42432cde142806c4b84270d2 (patch)
treef8449dda8278f0aad7bd548b4df0e1da4c36a21d /make/scripts/make.gluegen.all.linux-x86.sh
parent0f34a56a3547ee6129c040351f3994b626c3647a (diff)
Fix my build scripts - thx 2 utgarda
Diffstat (limited to 'make/scripts/make.gluegen.all.linux-x86.sh')
-rw-r--r--make/scripts/make.gluegen.all.linux-x86.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/make/scripts/make.gluegen.all.linux-x86.sh b/make/scripts/make.gluegen.all.linux-x86.sh
index ef81f0e..3d052e9 100644
--- a/make/scripts/make.gluegen.all.linux-x86.sh
+++ b/make/scripts/make.gluegen.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
+
# -Dc.compiler.debug=true
# -Dgluegen.cpptasks.detected.os=true \