diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-05 00:34:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-05 00:34:22 +0100 |
| commit | 8a3198395f518a2ec6f0572bb434b7ead00b9887 (patch) | |
| tree | 84cf1fce50e6418ba8123d23311bae8906529ccb | |
| parent | 0ad84c854da64d0710f06307f63d8b70ac59b681 (diff) | |
Re-enable tests on Linux in cscript; don't know why it was turned off.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ def dependencies(target): 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' elif target.platform == 'osx': |
