summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-10-23 09:42:34 +0100
committerCarl Hetherington <cth@carlh.net>2014-10-23 09:42:34 +0100
commitaca26b2df02841b93203df9ca9b18bdc62a3ffbb (patch)
tree59ded8e1c7aa42d7e330354716c1b8afff0891b1 /cscript
parent9f90ec8acaa88ab4011fdf4273941210a52a3090 (diff)
Don't build tests on windows.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 1b6412f..c81493a 100644
--- a/cscript
+++ b/cscript
@@ -7,7 +7,7 @@ def build(target, options):
if target.debug:
cmd += ' --enable-debug'
if target.platform == 'windows':
- cmd += ' --target-windows'
+ cmd += ' --target-windows --disable-tests'
target.command(cmd)
target.command('./waf build install')