diff options
author | Sven Gothel <[email protected]> | 2012-03-03 01:59:09 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-03-03 01:59:09 +0100 |
commit | 7e8ff7c755b5b4bc9e63c08ab161598a99cad38a (patch) | |
tree | b577421dc482d929e335669bf99eeaf72ebfcb15 /make/scripts/make.gluegen.all.linux-armv7.sh | |
parent | 7cd012c823e831279d7cf8f1f427846d1aad6af3 (diff) |
Fix local armel path
Diffstat (limited to 'make/scripts/make.gluegen.all.linux-armv7.sh')
-rwxr-xr-x | make/scripts/make.gluegen.all.linux-armv7.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/scripts/make.gluegen.all.linux-armv7.sh b/make/scripts/make.gluegen.all.linux-armv7.sh index ecc2d77..ee7cbea 100755 --- a/make/scripts/make.gluegen.all.linux-armv7.sh +++ b/make/scripts/make.gluegen.all.linux-armv7.sh @@ -7,6 +7,7 @@ # -DisLinuxX86=true \ # -DisX11=true \ +# arm-linux-gnueabi == armel triplet export TARGET_PLATFORM_LIBS=/usr/lib/arm-linux-gnueabi export TARGET_JAVA_LIBS=/usr/lib/jvm/default-java/jre/lib/arm |