summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-07-22 09:47:55 +0100
committerCarl Hetherington <cth@carlh.net>2016-07-22 09:47:55 +0100
commitc1348c5292a65e40f36277099c4e49c3d9556191 (patch)
tree3e38028826056b65d0fc7f5377779c8ac322fdf4 /cscript
parentb08e6b4c723efef245903caca49c2dafb11f8722 (diff)
Fix dependency specification.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index a95e668..3f57576 100644
--- a/cscript
+++ b/cscript
@@ -21,7 +21,7 @@
import os
def dependencies(target):
- return (('locked_sstream', None))
+ return (('locked_sstream', None),)
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory