summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 0 insertions, 2 deletions
diff --git a/cscript b/cscript
index f1063c7..183f908 100644
--- a/cscript
+++ b/cscript
@@ -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')