Fix cscript for OS X.
authorCarl Hetherington <cth@carlh.net>
Sat, 19 Jul 2014 23:47:40 +0000 (00:47 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 19 Jul 2014 23:47:40 +0000 (00:47 +0100)
cscript

diff --git a/cscript b/cscript
index 8d87270afe42aab89231876a6c72ae9e5bcaae8b..d718838e16dab64688d5ec4cb22894a8605215a1 100644 (file)
--- a/cscript
+++ b/cscript
@@ -12,7 +12,7 @@ def build(target, options):
     elif target.platform == 'windows':
         cmd += ' --target-windows'
     elif target.platform == 'osx':
-        cmd += ' --osx'
+        cmd += ' --target-osx'
 
     if target.debug:
         cmd += ' --enable-debug'