aboutsummaryrefslogtreecommitdiff
path: root/build-template.xml
diff options
context:
space:
mode:
authorbadlogicgames <badlogicgames@6c4fd544-2939-11df-bb46-9574ba5d0bfa>2011-12-28 10:55:54 +0000
committerbadlogicgames <badlogicgames@6c4fd544-2939-11df-bb46-9574ba5d0bfa>2011-12-28 10:55:54 +0000
commit23e3b45b94bde51c7fef7c4519db1e242492952d (patch)
tree4943343f44304a33310a935f560b0fe617cb78e3 /build-template.xml
parentd3b5999d9f3a17b35fc6b5880bde27742bf5d66c (diff)
downloadlibgdx-23e3b45b94bde51c7fef7c4519db1e242492952d.tar.gz
[fixed] new build scripts to build all projects.
Diffstat (limited to 'build-template.xml')
-rw-r--r--build-template.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-template.xml b/build-template.xml
index d266bcd0f..8b2d5e9d0 100644
--- a/build-template.xml
+++ b/build-template.xml
@@ -51,7 +51,7 @@ zipfileset id="jarfiles" -> the jar files to be merged with the project's classe
<condition property="natives-present">
<and>
<available file="${jni}/build.xml"/>
- <not><os family="windows"/></not>
+ <istrue value="${build-natives}"/>
</and>
</condition>
</target>