summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-14 23:06:33 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-14 23:06:33 +0100
commit46bcd0527dd5424b14e2b6db139fe1e70df5113b (patch)
tree9227331e1884742685f90f351feedebc48406f7c /cscript
parent563c7fdffebca836c0412d21f21b50370383884f (diff)
Bump libcxml 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 1bb7a35f..df370a29 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('libcxml', '7b4ecc3'), ('openjpeg-cdist', '13b69c2'))
+ return (('libcxml', '911c706'), ('openjpeg-cdist', '13b69c2'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()