mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
don't ignore output when compiling jni: hides errors!
This commit is contained in:
parent
6014e3d76f
commit
fe47266b1f
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@
|
|||
<exec dir="." executable="../scripts/gen_gcmid.sh"
|
||||
output="src/org/eehouse/android/xw4gcm/GCMConsts.java"
|
||||
/>
|
||||
<exec dir="." executable="../scripts/ndkbuild.sh" output="/dev/null">
|
||||
<exec dir="." executable="../scripts/ndkbuild.sh" >
|
||||
<arg value="-j3"/>
|
||||
</exec>
|
||||
<exec dir=".." executable="./scripts/genvers.sh" output="/dev/null">
|
||||
|
|
Loading…
Reference in a new issue