aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-newt.xml
diff options
context:
space:
mode:
authorsg215889 <[email protected]>2009-07-26 00:29:38 -0700
committersg215889 <[email protected]>2009-07-26 00:29:38 -0700
commit30e7b4af033598ffea6ddff051aa937bb50e1ad9 (patch)
treeaa3956ffc5cbfbefae5905ccf32e7d2e096e6dcf /make/build-newt.xml
parent51981d1fdb8e8056db9bbba6f1714f2f4c1cd6bc (diff)
Fix: Add gluegen.cpptasks.detect.os call
Diffstat (limited to 'make/build-newt.xml')
-rw-r--r--make/build-newt.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-newt.xml b/make/build-newt.xml
index a28a3188f..fc8bd1f00 100644
--- a/make/build-newt.xml
+++ b/make/build-newt.xml
@@ -69,7 +69,7 @@
<!--
- Base initialization and detection of operating system.
-->
- <target name="base.init">
+ <target name="base.init" depends="gluegen.cpptasks.detect.os">
<property name="javac.bootclasspath-cdc.jar" value="../../gluegen/make/lib/cdc_fp.jar"/>