aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-02-15 01:32:25 +0100
committerSven Gothel <[email protected]>2014-02-15 01:32:25 +0100
commitcfd45e351d2e630b32686d7709a85e68c3f61a8d (patch)
tree2f0acce97d27e7263c6bd20c0c67d9eb82cd6ee2
parentdfde2a47bfdc2d1ad75c8e1165e27c767803cc3f (diff)
Fix make.gluegen.all.android-armv6-cross.sh (SDIR was missing)
-rwxr-xr-xmake/scripts/make.gluegen.all.android-armv6-cross.sh2
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