summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-02-06 23:05:21 +0000
committerCarl Hetherington <cth@carlh.net>2015-02-06 23:05:21 +0000
commit3bae0c4365b52bb171c97c41bfe107442952ac5f (patch)
tree9b27205ebd160938d98a263c67ca216c0e2c705a /cscript
parent989f182558193a51e0a26603fb2ca59f827216a0 (diff)
Fix cscript.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 97026dde..e3926837 100644
--- a/cscript
+++ b/cscript
@@ -12,7 +12,7 @@ def build(target, options):
elif target.platform == 'windows':
cmd += ' --target-windows --disable-tests'
elif target.platform == 'osx':
- cmd += ' --target-osx --disable-tests'
+ cmd += ' --disable-tests'
if target.debug:
cmd += ' --enable-debug'