diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-14 23:05:34 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-14 23:05:34 +0100 |
| commit | 911c706bdd84e7efe05f373131a6fd8b9314f159 (patch) | |
| tree | 6bfdf0e064489f02fb66039cae4c165ec3b1c389 /cscript | |
| parent | 9115b8273fdc19594e3e277e169174378ef2887b (diff) | |
Previous does not work; instead, disable test building on Linux with --static.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ def build(target, options): cmd = './waf configure --prefix=%s' % target.work_dir_cscript() if target.platform == 'linux': - cmd += ' --static' + cmd += ' --static --disable-tests' elif target.platform == 'windows': cmd += ' --target-windows' target.command(cmd) |
