diff options
author | Sven Gothel <[email protected]> | 2014-02-15 01:32:25 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-02-15 01:32:25 +0100 |
commit | cfd45e351d2e630b32686d7709a85e68c3f61a8d (patch) | |
tree | 2f0acce97d27e7263c6bd20c0c67d9eb82cd6ee2 | |
parent | dfde2a47bfdc2d1ad75c8e1165e27c767803cc3f (diff) |
Fix make.gluegen.all.android-armv6-cross.sh (SDIR was missing)
-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 |