summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-09-10 18:24:22 +0100
committerCarl Hetherington <cth@carlh.net>2014-09-10 18:24:22 +0100
commit2001bef5b3a6256eedf1cada4977a3ba8a3732cd (patch)
tree93e81b3a3b1f1bd20b8131c5b40e6dd2c43dc612
parent0c5d6669860461feddb5a97ffba907445be45c5a (diff)
Build with 0.11.0 of libcxml.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 10e2c9f2..3bca50ec 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('libcxml', '7a487a8'), ('openjpeg-cdist', '5d8bffd'))
+ return (('libcxml', 'v0.11.0'), ('openjpeg-cdist', '5d8bffd'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory