diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-07-22 13:27:44 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-07-22 13:27:44 +0100 |
| commit | dc52dfc8e5a5e89005098bbec56331f9f0c6d3aa (patch) | |
| tree | 68a295bf409837737577beb34f6114e38d78f514 /cscript | |
| parent | b487f8323fbdb03ddc5d047c1636d333fa144b60 (diff) | |
Don't build test on Windows; rand_r() not available.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |
