diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-02-06 23:05:21 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-02-06 23:05:21 +0000 |
| commit | 3bae0c4365b52bb171c97c41bfe107442952ac5f (patch) | |
| tree | 9b27205ebd160938d98a263c67ca216c0e2c705a /cscript | |
| parent | 989f182558193a51e0a26603fb2ca59f827216a0 (diff) | |
Fix cscript.
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 --disable-tests' + cmd += ' --disable-tests' if target.debug: cmd += ' --enable-debug' |
