summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-06-04 12:53:27 +0100
committerCarl Hetherington <cth@carlh.net>2014-06-04 12:53:27 +0100
commit063140342704c51f4c0c2bd77eefe6c512bc45f3 (patch)
tree01993d0edd01df93fc433de4fa1356c1a5d1e951 /cscript
parent23b50d379328ee5b5d14cf31f2f64ffeb333edc5 (diff)
Try to fix cscript.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index a05fa0b..6baddbb 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()