summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-07 13:40:46 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-07 13:40:46 +0000
commit890fb170eb4acb4af0e67d204b32b2d9fa1512c6 (patch)
treeeea39c93f52926e0d88a87bdb66ea0ab3ac237cc /cscript
parentb839e46fbf3beb18424ef0c712b5b0647f2f9e16 (diff)
Update cscript.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
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'