summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-07-22 09:21:55 +0100
committerCarl Hetherington <cth@carlh.net>2016-07-22 09:21:55 +0100
commit2ad9d06aee3b2fb7dfd80f74bc28d1f7786f899a (patch)
tree12a6b9ab295c1fbfe588ff8c4de10c7febc21895 /cscript
parentad037e55c16d5ad6426f5140dd26435e1f5501f6 (diff)
Bump libcxml dependency.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 85f50ba..df7e136 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', 'v0.1.2'), ('libcxml', 'v0.15.1'))
+ return (('asdcplib-cth', 'v0.1.2'), ('libcxml', 'b08e6b4'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory