summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-07-22 09:48:46 +0100
committerCarl Hetherington <cth@carlh.net>2016-07-22 09:48:46 +0100
commit794783787cfb7847b8ddfdee29800efe3cfd26df (patch)
tree533df589d2ecc50e572e96d21100d95146eac88e /cscript
parente245921978ee9c7c6e025c7416bdf808d789fa44 (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 df7e136..8eed283 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', 'v0.1.2'), ('libcxml', 'b08e6b4'))
+ return (('asdcplib-cth', 'v0.1.2'), ('libcxml', 'c1348c5'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory