aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-03-05 17:40:46 +0100
committerSven Gothel <[email protected]>2012-03-05 17:40:46 +0100
commit9ea78af201414e0eb5daa62ab8b72d7204590c40 (patch)
treed19d7cd9a21537119efa4f3053cb95c88fbde680
parentc8c49283b1c373289564a88409dbab9629fc8247 (diff)
linux-armv7-cross script: Introduce TARGET_PLATFORM_ROOT
-rwxr-xr-xmake/scripts/make.jogl.all.linux-armv7-cross.sh3
1 files changed, 2 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 958ece19b..b6fe6a71d 100755
--- a/make/scripts/make.jogl.all.linux-armv7-cross.sh
+++ b/make/scripts/make.jogl.all.linux-armv7-cross.sh
@@ -29,7 +29,8 @@ export TARGET_IP=panda01
export TARGET_ROOT=/home/jogamp/projects-cross
export TARGET_ANT_HOME=/usr/share/ant
-export TARGET_PLATFORM_LIBS=/opt-linux-armv7-armel/usr/lib
+export TARGET_PLATFORM_ROOT=/opt-linux-armv7-armel
+export TARGET_PLATFORM_LIBS=$TARGET_PLATFORM_ROOT/usr/lib
export TARGET_JAVA_LIBS=/opt-linux-armv7-armel/jre/lib/arm
export GLUEGEN_CPPTASKS_FILE="../../gluegen/make/lib/gluegen-cpptasks-linux-armv7.xml"