summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-05-08 18:51:45 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-05-08 18:51:45 +0000
commit85b6df3f6211fc29fecc60095662be8276270436 (patch)
tree4ca5841aabf6950ec6995965986ee56bde2e4b97
parentmerge inline patch from Jimmy (diff)
downloadinkscape-85b6df3f6211fc29fecc60095662be8276270436.tar.gz
inkscape-85b6df3f6211fc29fecc60095662be8276270436.zip
set continue on error to true
(bzr r5632)
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 77ebb3902..5e38e1792 100644
--- a/build.xml
+++ b/build.xml
@@ -202,7 +202,7 @@
<!-- Compile from source to build -->
<cc cc="${arch}gcc" cxx="${arch}g++"
destdir="${build}/obj"
- continueOnError="false"
+ continueOnError="true"
refreshCache="${refresh}">
<fileset dir="${src}">
<!-- THINGS TO EXCLUDE -->