summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-07-22 13:27:44 +0100
committerCarl Hetherington <cth@carlh.net>2016-07-22 13:27:44 +0100
commitdc52dfc8e5a5e89005098bbec56331f9f0c6d3aa (patch)
tree68a295bf409837737577beb34f6114e38d78f514 /cscript
parentb487f8323fbdb03ddc5d047c1636d333fa144b60 (diff)
Don't build test on Windows; rand_r() not available.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index a91f8407..7a09f0a0 100644
--- a/cscript
+++ b/cscript
@@ -48,7 +48,7 @@ def build(target, options):
if (target.distro == 'debian' and target.version == 'unstable' or target.distro == 'fedora' and target.version == '23'):
target.append_with_space('CXXFLAGS', '-std=c++11')
elif target.platform == 'windows':
- cmd += ' --target-windows --disable-gcov'
+ cmd += ' --target-windows --disable-gcov --disable-tests'
if target.version == 'xp':
# OpenJPEG 1.x is inexplicably faster on Windows XP; see DCP-o-matic bug #771
cmd += ' --jpeg=oj1'