From 33fca94618c3cc51604f48b2cb5367f3f8e3ad41 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 4 Jun 2014 13:11:59 +0100 Subject: [PATCH] Fix cscript again. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.30.2