diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-19 00:02:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-19 00:02:59 +0100 |
| commit | 5c4e872c3a155c4af75d8ff963c16da28037ffe8 (patch) | |
| tree | 6494fb730c0a5657988db2e66cc1918cb0b42dcd /cscript | |
| parent | 7cefb65e4157b3eb288686bd32b71763a91c2f33 (diff) | |
OS X tweaks.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -4,7 +4,5 @@ def build(target): cmd += ' --static' elif target.platform == 'windows': cmd += ' --target-windows' - elif target.platform == 'osx': - cmd += ' --osx' target.command(cmd) target.command('./waf build install') |
