Fix cscript after change to gcov flag.
[libdcp.git] / cscript
diff --git a/cscript b/cscript
index e283fb344eeb70d54ecc0f63dd2b321909d7fea1..f319f180fc5d8c98b769f291b8bbbecbdaa7e53e 100644 (file)
--- 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'