summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-08-31 22:14:48 +0100
committerCarl Hetherington <cth@carlh.net>2015-08-31 22:14:48 +0100
commitcfce476932587c94a43d7a5173cc0977f06ce929 (patch)
tree3b8df6eaf4ea5a0e44e37005c1b835aaeae95986 /cscript
parent31d2c28867227001f80ded4214c60c419856c35b (diff)
Use a release version for libcxml.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 1a8113a1..ebdfbc37 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('libcxml', 'f35787e'), ('openjpeg-cdist', '5d8bffd'))
+ return (('libcxml', '0.12.0'), ('openjpeg-cdist', '5d8bffd'))
def build(target, options):
cmd = './waf configure --disable-examples --prefix=%s' % target.directory