summaryrefslogtreecommitdiffstats
path: root/scripts/make.jocl.all.linux-x86.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/make.jocl.all.linux-x86.sh')
-rw-r--r--scripts/make.jocl.all.linux-x86.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/make.jocl.all.linux-x86.sh b/scripts/make.jocl.all.linux-x86.sh
index 9ae8b770..1f497cf0 100644
--- a/scripts/make.jocl.all.linux-x86.sh
+++ b/scripts/make.jocl.all.linux-x86.sh
@@ -1,7 +1,9 @@
#! /bin/sh
-if [ -e ../setenv-build-jogl-x86.sh ] ; then
- . ../setenv-build-jogl-x86.sh
+SDIR=`dirname $0`
+
+if [ -e $SDIR/../../gluegen/make/scripts/setenv-build-jogl-x86_64.sh ] ; then
+ . $SDIR/../../gluegen/make/scripts/setenv-build-jogl-x86_64.sh
fi
ant \