diff options
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') |
