summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-05-05 09:25:44 +0100
committerCarl Hetherington <cth@carlh.net>2015-05-05 09:25:44 +0100
commitd94c70b00d7079af6bfcec2e2e2a528e86f2d607 (patch)
tree5f8023b9f66ecea11f04ebf8c7a25409861b4e7f
parentebfc0bb5a975df1f18603d703bb88c61a5b8ce15 (diff)
Bump libcxml for Centos build fix.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 732c41ae..5039019f 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('libcxml', 'v0.11.0'), ('openjpeg-cdist', '5d8bffd'))
+ return (('libcxml', 'f35787e'), ('openjpeg-cdist', '5d8bffd'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory