summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-06-04 13:11:59 +0100
committerCarl Hetherington <cth@carlh.net>2014-06-04 13:11:59 +0100
commit33fca94618c3cc51604f48b2cb5367f3f8e3ad41 (patch)
tree02254cc29ccfa40b0f60cb7c4e93c802dd01e5b8 /cscript
parent063140342704c51f4c0c2bd77eefe6c512bc45f3 (diff)
Fix cscript again.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 6baddbb..2d75992 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return ('libcxml', '7b4ecc3')
+ return (('libcxml', '7b4ecc3'),)
def build(target, options):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()