From 2aeb895aa5c05e0db6cfa36bef2d6d8cb2e59bfa Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 17 Nov 2015 19:42:14 +0000 Subject: Fix uninitialised variable; Win32 build fixes. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index 4141b56c..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' + cmd += ' --target-windows --disable-gcov' elif target.platform == 'osx': cmd += ' --disable-tests' -- cgit v1.2.3