diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-20 20:35:28 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-20 20:35:28 +0200 |
| commit | 9078154c64bde62bb3839d4f15736c7a90fc1fe8 (patch) | |
| tree | dc26a9b9255075c6e8b6fcd48d2d1cf168d5f61d | |
| parent | 31acb337561811bd25d7c38238bb9c35a5f83532 (diff) | |
Fix cscript after change to gcov flag.v1.8.14
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ def build(target, options): # We only build tests on Ubuntu 18.04 cmd += ' --disable-tests' elif target.platform == 'windows': - cmd += f' --target-windows-{target.bits} --disable-gcov --disable-tests' + cmd += f' --target-windows-{target.bits} --disable-tests' if target.version == 'xp': # OpenJPEG 1.x is inexplicably faster on Windows XP; see DCP-o-matic bug #771 cmd += ' --jpeg=oj1' |
