summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-11-23 16:41:21 +0000
committerCarl Hetherington <cth@carlh.net>2015-11-23 16:41:21 +0000
commitbc2b4bb709683de594f08c4db0228c11f14bbf66 (patch)
tree140baa3254579b3960b54a77dc03dc7876ca1b67 /cscript
parenta869c520e4c75ee16cc9c07b96bd4886aae39f8a (diff)
parent960fa45a5852452418188d55adfd6172a8a77a4a (diff)
Merge branch '1.0' of git.carlh.net:git/libdcp into 1.0
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 6a59c576..1e0e2344 100644
--- a/cscript
+++ b/cscript
@@ -12,7 +12,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-tests'
+ cmd += ' --target-windows --disable-gcov'
elif target.platform == 'osx':
cmd += ' --disable-tests'