More proper checking for locked_sstream.
[libcxml.git] / cscript
diff --git a/cscript b/cscript
index 3f575760374b78c238d07eac472aeedb2505a627..5e33e0efae6e5af655f7bb14df6cbae6f98809c4 100644 (file)
--- a/cscript
+++ b/cscript
@@ -21,7 +21,7 @@
 import os
 
 def dependencies(target):
-    return (('locked_sstream', None),)
+    return (('locked_sstream', 'v0.0.2'),)
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory
@@ -38,7 +38,7 @@ def build(target, options):
     target.command(cmd)
     target.command('./waf build install')
 
-def test(target):
+def test(target, test):
     if target.platform != 'windows':
         target.set('LC_ALL', 'C')
         target.command('./run-tests.sh')