diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-07 15:23:33 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-07 15:23:33 +0000 |
| commit | 42b6c6985cade6a128482b19f93aecf3e66efe2d (patch) | |
| tree | 6da1b6734e5f2475f52d109b6ae2c4572c962b83 /cscript | |
| parent | 7bce4d3ec7fd345e58b870b3c1039fd4daf6c436 (diff) | |
Don't build tests on OS X.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ def build(target, options): elif target.platform == 'windows': cmd += ' --target-windows --disable-tests' elif target.platform == 'osx': - cmd += ' --target-osx' + cmd += ' --target-osx --disable-tests' if target.debug: cmd += ' --enable-debug' |
