aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-10-04 04:35:46 +0200
committerSven Gothel <[email protected]>2012-10-04 04:35:46 +0200
commita8ed61a6ff28795e0c96cdd0a4175833ed95ca96 (patch)
tree96aea234bfe1f39cb01879a2386790d9eef9ddba /make
parent55b4552aef7882c358d545d020d6f12c958ed8ed (diff)
Fix regression of 55b4552aef7882c358d545d020d6f12c958ed8ed, which impacts non native unix.
Diffstat (limited to 'make')
-rw-r--r--make/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index 8d9a6ff..d4ec1b7 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -369,7 +369,7 @@
<property name="java.includes.dir.platform" value="${java.includes.dir}/linux" />
</target>
- <target name="declare.android" if="android-jars.available" >
+ <target name="declare.android" if="isAndroid" >
<property name="c.src.dir.os" value="unix" />
</target>