diff options
Diffstat (limited to 'make/scripts/make.gluegen.all.linux-x86.sh')
-rwxr-xr-x | make/scripts/make.gluegen.all.linux-x86.sh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/make/scripts/make.gluegen.all.linux-x86.sh b/make/scripts/make.gluegen.all.linux-x86.sh index 196cede..58685d7 100755 --- a/make/scripts/make.gluegen.all.linux-x86.sh +++ b/make/scripts/make.gluegen.all.linux-x86.sh @@ -1,9 +1,10 @@ #! /bin/sh -if [ -e ../../setenv-build-jogl-x86.sh ] ; then - . ../../setenv-build-jogl-x86.sh -fi +SDIR=`dirname $0` +if [ -e $SDIR/setenv-build-jogl-x86.sh ] ; then + . $SDIR/setenv-build-jogl-x86.sh +fi # -Dc.compiler.debug=true # -Dgluegen.cpptasks.detected.os=true \ |