summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-05-25 18:42:18 +0100
committerCarl Hetherington <cth@carlh.net>2016-05-25 18:42:18 +0100
commit3d8c3bcf37328180bdeb71be3608614a64b91a5e (patch)
tree0060974da4cc4a8f378b60dc5f1d53202bc3344a /cscript
parentb082fb6a16e8f6b0b81677debb5c8d22c585421a (diff)
Bump asdcplib-cth dep.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 473cac2..98758f3 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', 'v0.1.0'), ('libcxml', 'v0.15.1'))
+ return (('asdcplib-cth', 'v0.1.1'), ('libcxml', 'v0.15.1'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory