diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-03 23:38:38 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-03 23:38:38 +0000 |
| commit | 1b258903ae2ac1e99a60982d8f67720afa8f9b53 (patch) | |
| tree | 106471b0d61f56dc570e968c9f71296a34fa282d /cscript | |
| parent | 35d8cf6d0e45cb5fff078dd984b492b3c83fa4ee (diff) | |
Tests are now not Windows-compatible.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ def build(target, options): if target.distro == 'centos': cmd += ' --disable-tests' elif target.platform == 'windows': - cmd += ' --target-windows' + cmd += ' --target-windows --disable-tests' elif target.platform == 'osx': cmd += ' --target-osx' |
