diff options
author | Sven Gothel <[email protected]> | 2014-01-25 16:37:01 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-01-25 16:37:01 +0100 |
commit | b6150bbc67a207669a2e820dd5b08e7e75b24200 (patch) | |
tree | 14f8e4017b1a1e35262a50e3615cdc77fe6a9a56 /make | |
parent | ec014b2bc5828c9efc3047fe2c148f11335e944f (diff) |
Adapt to joal.jar location in ${joal.build}/jar/joal.jar
Diffstat (limited to 'make')
-rw-r--r-- | make/build-common.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-common.xml b/make/build-common.xml index 658359302..e38e296ee 100644 --- a/make/build-common.xml +++ b/make/build-common.xml @@ -426,7 +426,7 @@ <property name="jogl-all-android.apk" value="${jar}/jogl-all-android-${android.abi}.apk" /> <!-- JavaSE combinations . JOAL (optional) --> - <property name="joal.jar" value="${build.joal}/joal.jar" /> + <property name="joal.jar" value="${build.joal}/jar/joal.jar" /> <condition property="joal-jars.available"> <available file="${joal.jar}"/> </condition> |