diff options
-rwxr-xr-x | make/scripts/make.gluegen.all.android-armv6-cross.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/scripts/make.gluegen.all.android-armv6-cross.sh b/make/scripts/make.gluegen.all.android-armv6-cross.sh index bf61091..8c9f0f4 100755 --- a/make/scripts/make.gluegen.all.android-armv6-cross.sh +++ b/make/scripts/make.gluegen.all.android-armv6-cross.sh @@ -1,5 +1,7 @@ #! /bin/sh +SDIR=`dirname $0` + if [ -e $SDIR/setenv-build-jogl-x86_64.sh ] ; then . $SDIR/setenv-build-jogl-x86_64.sh fi |