summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-06-18 16:38:34 +0100
committerCarl Hetherington <cth@carlh.net>2013-06-18 16:38:34 +0100
commit787062dca7ebc44cf69f9dbab759ec530ba5d657 (patch)
tree2a25731966dc9e5fd23b0f014b6f74f824070ee0 /cscript
parentefb32ed996ce74cebf512ae37b3e0bfe5177b825 (diff)
Tweak cscript.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 24f82c86..cec6d88b 100644
--- a/cscript
+++ b/cscript
@@ -5,7 +5,7 @@ def dependencies(target):
return ()
else:
# XXX: should be some versions in here
- return (('libcxml', None))
+ return (('libcxml', None),)
def build(target):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()