OS X tweaks.
authorCarl Hetherington <cth@carlh.net>
Tue, 18 Jun 2013 23:02:59 +0000 (00:02 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 18 Jun 2013 23:02:59 +0000 (00:02 +0100)
cscript

diff --git a/cscript b/cscript
index f1063c75b2ae291d685f8fb67650ab3a01073ed1..183f908c6075e793691a67ac53089db24b75cba6 100644 (file)
--- 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')