Fix dependency specification.
authorCarl Hetherington <cth@carlh.net>
Fri, 22 Jul 2016 08:47:55 +0000 (09:47 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 22 Jul 2016 08:47:55 +0000 (09:47 +0100)
cscript

diff --git a/cscript b/cscript
index a95e66811a4b0e8e0d4fbcc4e12c1833b8012606..3f575760374b78c238d07eac472aeedb2505a627 100644 (file)
--- 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