diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-05 00:30:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-05 00:30:46 +0100 |
| commit | b3651f74fd289be4e04f00388094ff0cc2e52bec (patch) | |
| tree | 9588e27cb0f1b2cc0c41cebca8db73cb32438185 | |
| parent | ca1f8ef6ac678b7a0c855c4998b3e303c147ffe7 (diff) | |
Re-enable tests when building on Linux; not sure why they were turned off.
| -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.directory if target.platform == 'linux': - cmd += ' --static --disable-tests' + cmd += ' --static' elif target.platform == 'windows': cmd += ' --target-windows' target.command(cmd) |
