From 3bae0c4365b52bb171c97c41bfe107442952ac5f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 6 Feb 2015 23:05:21 +0000 Subject: Fix cscript. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') 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' -- cgit v1.2.3