From: Sisyphus Date: Wed, 14 Oct 2009 10:58:49 +0000 (-0400) Subject: Patch t/win32/system.t for mingw32/64 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d4c22fec77d7244882ce42a93a4ad25bdada2519;p=p5sagit%2Fp5-mst-13.2.git Patch t/win32/system.t for mingw32/64 --- diff --git a/t/win32/system.t b/t/win32/system.t index 1ed5fe9..324035b 100644 --- a/t/win32/system.t +++ b/t/win32/system.t @@ -113,7 +113,7 @@ if (open(my $EIN, "$cwd/win32/${exename}_exe.uu")) { } else { my $minus_o = ''; - if ($Config{cc} =~ /^gcc/i) + if ($Config{cc} =~ /\bgcc/i) { $minus_o = "-o $exename.exe"; }