summaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/build.xml')
-rwxr-xr-xmake/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index 884c499..d44db60 100755
--- a/make/build.xml
+++ b/make/build.xml
@@ -511,7 +511,7 @@
</jar>
</target>
- <target name="build.nativelibrary" if="build.native" >
+ <target name="build.nativelibrary" unless="build.javaonly" >
<antcall target="c.build" inheritRefs="true" />
</target>