Don't build tests on OS X.
authorCarl Hetherington <cth@carlh.net>
Wed, 7 Jan 2015 15:23:33 +0000 (15:23 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 7 Jan 2015 15:23:33 +0000 (15:23 +0000)
cscript

diff --git a/cscript b/cscript
index b96dde221c1546c7c832a71dd6e1277940ad48b1..97026dde442153ce88e1dad5a5d664b1b1bcd655 100644 (file)
--- 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'
+        cmd += ' --target-osx --disable-tests'
 
     if target.debug:
         cmd += ' --enable-debug'