summaryrefslogtreecommitdiffstats
path: root/make/scripts/make.jogl.all.android-armv6-cross.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-01-26 02:59:12 +0100
committerSven Gothel <[email protected]>2014-01-26 02:59:12 +0100
commit87135467c4f292f7e43bc3957784b0e43769c9cc (patch)
tree949a4737151f3690bf8448422a45ebc1ae1546bc /make/scripts/make.jogl.all.android-armv6-cross.sh
parentb6150bbc67a207669a2e820dd5b08e7e75b24200 (diff)
Script: Correct joal.jar path; Remove redundant NewtDebugActivity (Debug is on for NewtVersionActivity)
Diffstat (limited to 'make/scripts/make.jogl.all.android-armv6-cross.sh')
-rwxr-xr-xmake/scripts/make.jogl.all.android-armv6-cross.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/scripts/make.jogl.all.android-armv6-cross.sh b/make/scripts/make.jogl.all.android-armv6-cross.sh
index 2b8f9a30e..1b5f5bf44 100755
--- a/make/scripts/make.jogl.all.android-armv6-cross.sh
+++ b/make/scripts/make.jogl.all.android-armv6-cross.sh
@@ -1,5 +1,7 @@
#! /bin/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