summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index a1aee1ff..bbbf2c9d 100644
--- a/build.xml
+++ b/build.xml
@@ -117,7 +117,7 @@
</target>
- <target name="-post-jar" depends="jar.natives,tag.build">
+ <target name="-post-jar" depends="jar.natives,tag.build" unless="c.dont.compile">
<!-- don't know how to get rid of the NetBeans readme file -->
<delete file="${dist.dir}/README.TXT"/>