summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-04-20 20:35:28 +0200
committerCarl Hetherington <cth@carlh.net>2022-04-20 20:35:28 +0200
commit9078154c64bde62bb3839d4f15736c7a90fc1fe8 (patch)
treedc26a9b9255075c6e8b6fcd48d2d1cf168d5f61d
parent31acb337561811bd25d7c38238bb9c35a5f83532 (diff)
Fix cscript after change to gcov flag.v1.8.14
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index e283fb34..f319f180 100644
--- a/cscript
+++ b/cscript
@@ -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'