summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 168ba956..bedc763f 100644
--- a/build.xml
+++ b/build.xml
@@ -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>