diff options
author | Sven Gothel <[email protected]> | 2019-04-08 04:08:26 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-04-08 04:08:26 +0200 |
commit | b846476786a776296a5c5ab6cbfb370a4c5497ae (patch) | |
tree | a9a10eacd26bae743a5d39d688c1f2bd99555514 /make/gluegen-cpptasks-base.xml | |
parent | 0bd5136c2df8407cea7b0dcc7fb1e62432ba18bb (diff) |
Complete jogamp-env.xml TARGET_* readout; Use parsed env in cpptasks-base as well
Diffstat (limited to 'make/gluegen-cpptasks-base.xml')
-rwxr-xr-x | make/gluegen-cpptasks-base.xml | 4 |
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> |