summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-02-24 04:49:00 +0100
committerSven Gothel <[email protected]>2012-02-24 04:49:00 +0100
commitbd1eebacdb0bf426ac122867ed7e468fffbead1a (patch)
tree5a70f5dfce9350f536ce45031609bacfa6ef7359 /make
parente018064a70c53cd1c7b61861c43a869661e77ed2 (diff)
Fix GLUEGEN_CPPTASKS_FILE="../../gluegen/make/lib/gluegen-cpptasks-linux-armv7.xml"
Diffstat (limited to 'make')
-rwxr-xr-xmake/scripts/make.jogl.all.linux-armv7-cross.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/make.jogl.all.linux-armv7-cross.sh b/make/scripts/make.jogl.all.linux-armv7-cross.sh
index daf98af7f..ef73cfbf1 100755
--- a/make/scripts/make.jogl.all.linux-armv7-cross.sh
+++ b/make/scripts/make.jogl.all.linux-armv7-cross.sh
@@ -29,7 +29,7 @@ export TARGET_ANT_HOME=/usr/share/ant
export TARGET_PLATFORM_LIBS=/opt-linux-armv7-eabi/lib
export TARGET_JAVA_LIBS=/opt-linux-armv7-eabi/jre/lib/arm
-export GLUEGEN_CPPTASKS_FILE="lib/gluegen-cpptasks-linux-armv7.xml"
+export GLUEGEN_CPPTASKS_FILE="../../gluegen/make/lib/gluegen-cpptasks-linux-armv7.xml"
export JUNIT_RUN_ARG0="-Dnewt.test.Screen.disableScreenMode"