summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-25 17:45:35 +0100
committerCarl Hetherington <cth@carlh.net>2015-09-25 17:45:35 +0100
commitbff6a341224b1fbf0ac993560bcee0ff70339ea9 (patch)
tree058bcb12a99dc50dfee143f1bc3273976f76abed /cscript
parent14848004f619d11bd6810735637d428f101e6b51 (diff)
Bump libcxml for build fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 75b42aee..22f11dd8 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('libcxml', 'v0.12.0'), ('openjpeg-cdist', '5d8bffd'))
+ return (('libcxml', '9977612'), ('openjpeg-cdist', '5d8bffd'))
def build(target, options):
cmd = './waf configure --disable-examples --prefix=%s' % target.directory