diff options
author | Sven Gothel <[email protected]> | 2012-10-04 04:35:46 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-10-04 04:35:46 +0200 |
commit | a8ed61a6ff28795e0c96cdd0a4175833ed95ca96 (patch) | |
tree | 96aea234bfe1f39cb01879a2386790d9eef9ddba | |
parent | 55b4552aef7882c358d545d020d6f12c958ed8ed (diff) |
Fix regression of 55b4552aef7882c358d545d020d6f12c958ed8ed, which impacts non native unix.
-rw-r--r-- | make/build.xml | 2 |
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> |