summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-01-07 15:23:33 +0000
committerCarl Hetherington <cth@carlh.net>2015-01-07 15:23:33 +0000
commit42b6c6985cade6a128482b19f93aecf3e66efe2d (patch)
tree6da1b6734e5f2475f52d109b6ae2c4572c962b83 /cscript
parent7bce4d3ec7fd345e58b870b3c1039fd4daf6c436 (diff)
Don't build tests on OS X.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index b96dde22..97026dde 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'
+ cmd += ' --target-osx --disable-tests'
if target.debug:
cmd += ' --enable-debug'