summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-13 09:58:14 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-13 09:58:14 +0000
commite57d1d713fd1a190d702a51f609220681d834c93 (patch)
treea77e3944b92442e14dc1f4d2de4e2b2d70414bb3 /cscript
parent8803a19c6901ab3c3ff85c964343f08458e0824e (diff)
Bump cxml version for centos build fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 6593cbc3..578cd247 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('libcxml', '890fb170eb4acb4af0e67d204b32b2d9fa1512c6'), ('openjpeg-cdist', '9717d8fd0217b3a5e12ed7afbab1fd9d4499fc4d'))
+ return (('libcxml', '27780878701f85ad597addacd541f2e897719978'), ('openjpeg-cdist', '9717d8fd0217b3a5e12ed7afbab1fd9d4499fc4d'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()