From cfd45e351d2e630b32686d7709a85e68c3f61a8d Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sat, 15 Feb 2014 01:32:25 +0100 Subject: Fix make.gluegen.all.android-armv6-cross.sh (SDIR was missing) --- make/scripts/make.gluegen.all.android-armv6-cross.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'make/scripts') 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 -- cgit v1.2.3