summaryrefslogtreecommitdiffstats
path: root/make/gluegen-cpptasks-base.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/gluegen-cpptasks-base.xml')
-rwxr-xr-xmake/gluegen-cpptasks-base.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/gluegen-cpptasks-base.xml b/make/gluegen-cpptasks-base.xml
index 0f44566..adf8ab6 100755
--- a/make/gluegen-cpptasks-base.xml
+++ b/make/gluegen-cpptasks-base.xml
@@ -1441,8 +1441,8 @@
-->
<target name="gluegen.cpptasks.declare.compiler.environment" >
<condition property="java.lib.dir.platform"
- value="${env.TARGET_JAVA_LIBS}" >
- <available file="${env.TARGET_JAVA_LIBS}" type="dir" />
+ value="${TARGET_JAVA_LIBS}" >
+ <available file="${TARGET_JAVA_LIBS}" type="dir" />
</condition>
</target>