summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-06-19 00:02:59 +0100
committerCarl Hetherington <cth@carlh.net>2013-06-19 00:02:59 +0100
commit5c4e872c3a155c4af75d8ff963c16da28037ffe8 (patch)
tree6494fb730c0a5657988db2e66cc1918cb0b42dcd /cscript
parent7cefb65e4157b3eb288686bd32b71763a91c2f33 (diff)
OS X tweaks.
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')