diff options
author | Sven Gothel <[email protected]> | 2012-06-19 01:43:12 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-06-19 01:43:12 +0200 |
commit | 407bf8555900ee270a429db0c4680ed2006404b2 (patch) | |
tree | f132f44204597828bef9d4192c2a597973e04108 /make/build-newt.xml | |
parent | 6f5f8a8eb046689e49668dd4d82e48bc7cb341d7 (diff) |
Fix regression of commit 54d0ff131097a2cd9a91a0c1dd84deb8b1f7d0ac in build-newt.xml: Trigger build-jars-native
Diffstat (limited to 'make/build-newt.xml')
-rw-r--r-- | make/build-newt.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-newt.xml b/make/build-newt.xml index 9df46d77a..695c86d19 100644 --- a/make/build-newt.xml +++ b/make/build-newt.xml @@ -847,7 +847,7 @@ <!-- - Build everything. --> - <target name="all" description="Build NEWT JAR file(s) and native libraries." depends="init,java.compile.javase,build-jars-javase,java.compile.android,build-jars-android,c.build.newt,generate.version.txt" /> + <target name="all" description="Build NEWT JAR file(s) and native libraries." depends="init,java.compile.javase,build-jars-javase,java.compile.android,build-jars-android,c.build.newt,build-jars-native,generate.version.txt" /> <target name="generate.version.txt" depends="init"> <!-- Create a version.txt file indicating which version we just built --> |