mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-07 20:46:17 +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">
|
<target name="-pre-build">
|
||||||
<property name="CHAT_ENABLED" value="true" />
|
<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="BUILD_TARGET=${build.target}" />
|
||||||
<arg value="-j3"/>
|
<arg value="-j3"/>
|
||||||
<arg value="INITIAL_CLIENT_VERS=${INITIAL_CLIENT_VERS}" />
|
<arg value="INITIAL_CLIENT_VERS=${INITIAL_CLIENT_VERS}" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue