summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-20 00:47:40 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-20 00:47:40 +0100
commitb371e448833d5a2bac837698c756f27786e38737 (patch)
tree953d7742591648dd24123023b6425d4dc83143c6 /cscript
parent1b3afa214c5286c6b6072883d11f9744bac65a75 (diff)
Fix cscript for OS X.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 8d87270a..d718838e 100644
--- 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'