diff options
author | Michael Bien <[email protected]> | 2011-02-27 04:02:17 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2011-02-27 04:02:17 +0100 |
commit | af312d1a87765c685586287c1c37533a28fb04cc (patch) | |
tree | 48441318b1f11e5309e6b904932d17544318b0b0 | |
parent | 77fae67d8d448018df83dd00b2d40adc7614bee1 (diff) |
fixed build if c.dont.compile + archiveon are set.
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -198,7 +198,7 @@ </copy> <!-- native files, TODO: remove when no longer needed --> - <copy todir="${dist.dir}/tmp/${dist.zip.name}/lib"> + <copy todir="${dist.dir}/tmp/${dist.zip.name}/lib" failonerror="false"> <fileset dir="${basedir}/${rootrel.build}/natives/jocl" excludes="*.xml"/> <fileset dir="${jogl.root}/${rootrel.build}/lib" excludes="*.xml"/> </copy> |