diff options
author | Sven Gothel <[email protected]> | 2012-03-09 14:14:40 -0800 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-03-09 14:14:40 -0800 |
commit | 786a0992e51b1a585d0ebb716b2151309c39c784 (patch) | |
tree | 9db5b290a23a532547651add3d57e700da27132a | |
parent | d28e1b139f14b10b9e22750ac44dbc18f08a0d34 (diff) | |
parent | 85e2bdbd2aa37686d2c24455c9472a9df4342c74 (diff) |
Merge pull request #46 from xranby/master
Update make.jogl.all.linux-armv7.sh script: Set TARGET_PLATFORM_ROOT=/
-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 |