diff options
author | Sven Gothel <[email protected]> | 2012-02-23 19:26:23 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-02-23 19:26:23 +0100 |
commit | 6bde06673d81c2d862c90ce6e27e0cfd5258c1ef (patch) | |
tree | 2cd2c2a78d1cdc7467e85a3053fa16a52fead239 /make/scripts/make.gluegen.all.linux-armv7.sh | |
parent | 5459979a097f91011d3f23ff6f25e1dc34b1d52a (diff) |
Set 'jvmDataModel.arg' property in crosscompile build scripts, where 'gluegen.cpptasks.detected.os' is set.
Diffstat (limited to 'make/scripts/make.gluegen.all.linux-armv7.sh')
-rwxr-xr-x | make/scripts/make.gluegen.all.linux-armv7.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/make/scripts/make.gluegen.all.linux-armv7.sh b/make/scripts/make.gluegen.all.linux-armv7.sh index 2221c10..ecc2d77 100755 --- a/make/scripts/make.gluegen.all.linux-armv7.sh +++ b/make/scripts/make.gluegen.all.linux-armv7.sh @@ -12,7 +12,4 @@ export TARGET_JAVA_LIBS=/usr/lib/jvm/default-java/jre/lib/arm ant \ -Drootrel.build=build-linux-armv7 \ - -DuseKD=true \ - -DuseOpenMAX=true \ - -DuseBroadcomEGL=true \ $* 2>&1 | tee make.gluegen.all.linux-armv7.log |