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 1f43f8936..4ba4eadb9 100644
--- a/cscript
+++ b/cscript
@@ -14,8 +14,6 @@ def build(env, target):
cmd = './waf configure --prefix=%s' % env.work_dir_cscript()
if target.platform == 'windows':
cmd += ' --target-windows'
- elif target.platform == 'osx':
- cmd += ' --osx'
elif target.platform == 'linux':
cmd += ' --static'
env.command(cmd)