mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-20 22:26:54 +01:00
fail build when jni compile fails
This commit is contained in:
parent
63067dc374
commit
9640d0c5f9
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
|||
|
||||
<target name="-pre-build">
|
||||
<property name="CHAT_ENABLED" value="true" />
|
||||
<exec dir="." executable="../scripts/ndkbuild.sh" >
|
||||
<exec dir="." executable="../scripts/ndkbuild.sh" failonerror="true">
|
||||
<arg value="BUILD_TARGET=${build.target}" />
|
||||
<arg value="-j3"/>
|
||||
<arg value="INITIAL_CLIENT_VERS=${INITIAL_CLIENT_VERS}" />
|
||||
|
|
Loading…
Reference in a new issue