diff options
author | Xerxes Rånby <[email protected]> | 2012-03-08 16:48:42 +0100 |
---|---|---|
committer | Xerxes Rånby <[email protected]> | 2012-03-08 16:48:42 +0100 |
commit | 85e2bdbd2aa37686d2c24455c9472a9df4342c74 (patch) | |
tree | 9db5b290a23a532547651add3d57e700da27132a /make | |
parent | d28e1b139f14b10b9e22750ac44dbc18f08a0d34 (diff) |
Update make.jogl.all.linux-armv7.sh script: Set TARGET_PLATFORM_ROOT=/
Diffstat (limited to 'make')
-rwxr-xr-x | make/scripts/make.jogl.all.linux-armv7.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/scripts/make.jogl.all.linux-armv7.sh b/make/scripts/make.jogl.all.linux-armv7.sh index 16048c8af..f6721e9bb 100755 --- a/make/scripts/make.jogl.all.linux-armv7.sh +++ b/make/scripts/make.jogl.all.linux-armv7.sh @@ -11,6 +11,7 @@ export PATH # -DisLinuxARMv7=true \ # -DisX11=false \ +export TARGET_PLATFORM_ROOT=/ export TARGET_PLATFORM_LIBS=/usr/lib/arm-linux-gnueabi export TARGET_JAVA_LIBS=/usr/lib/jvm/default-java/jre/lib/arm |