From 890fb170eb4acb4af0e67d204b32b2d9fa1512c6 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 7 Jan 2014 13:40:46 +0000 Subject: [PATCH] Update cscript. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscript b/cscript index 183f908..56a1192 100644 --- a/cscript +++ b/cscript @@ -1,4 +1,4 @@ -def build(target): +def build(target, options): cmd = './waf configure --prefix=%s' % target.work_dir_cscript() if target.platform == 'linux': cmd += ' --static' -- 2.30.2