diff options
author | Sven Gothel <[email protected]> | 2011-07-23 07:20:10 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-07-23 07:20:10 +0200 |
commit | 6b9e53f00def34ec478eae3c5bb75e9784707b04 (patch) | |
tree | e38e809e198dfa920445fc91b8195f079854fe12 /make/scripts/make.gluegen.all.android-armv7-cross.sh | |
parent | b1eda6206776d989689e811fc59bb5f891243f33 (diff) |
Enable cross-testing on linux-armv7
Diffstat (limited to 'make/scripts/make.gluegen.all.android-armv7-cross.sh')
-rwxr-xr-x | make/scripts/make.gluegen.all.android-armv7-cross.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/scripts/make.gluegen.all.android-armv7-cross.sh b/make/scripts/make.gluegen.all.android-armv7-cross.sh index 0b6f750..0865634 100755 --- a/make/scripts/make.gluegen.all.android-armv7-cross.sh +++ b/make/scripts/make.gluegen.all.android-armv7-cross.sh @@ -71,6 +71,7 @@ ant \ -DisUnix=true \ -DisAndroid=true \ -DisAndroidARMv7=true \ + -DisCrosscompilation=true \ \ $* 2>&1 | tee -a make.gluegen.all.android-armv7-cross.log |