diff options
author | sg215889 <[email protected]> | 2009-07-26 00:29:38 -0700 |
---|---|---|
committer | sg215889 <[email protected]> | 2009-07-26 00:29:38 -0700 |
commit | 30e7b4af033598ffea6ddff051aa937bb50e1ad9 (patch) | |
tree | aa3956ffc5cbfbefae5905ccf32e7d2e096e6dcf /make/build-nativewindow.xml | |
parent | 51981d1fdb8e8056db9bbba6f1714f2f4c1cd6bc (diff) |
Fix: Add gluegen.cpptasks.detect.os call
Diffstat (limited to 'make/build-nativewindow.xml')
-rw-r--r-- | make/build-nativewindow.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-nativewindow.xml b/make/build-nativewindow.xml index 79e6b93ae..fa1dfe696 100644 --- a/make/build-nativewindow.xml +++ b/make/build-nativewindow.xml @@ -66,7 +66,7 @@ <!-- - Base initialization and detection of operating system. --> - <target name="base.init"> + <target name="base.init" depends="gluegen.cpptasks.detect.os"> <condition property="setup.noAWT"> <and> |