From: Gunter Knauf Date: Thu, 21 May 2009 12:59:49 +0000 (+0000) Subject: enable mingw64 target. X-Git-Tag: curl-7_19_6~236 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c328cc96082665c47aac26e241f9e9e1e84fdc69;p=curl enable mingw64 target. --- diff --git a/tests/testcurl.pl b/tests/testcurl.pl index 8cba54ac9..2171622f1 100755 --- a/tests/testcurl.pl +++ b/tests/testcurl.pl @@ -137,7 +137,7 @@ if ($^O eq 'MSWin32' || $targetos) { $binext = '.exe'; $libext = '.lib'; } - elsif ($targetos =~ /mingw32/) { + elsif ($targetos =~ /mingw/) { $binext = '.exe'; if ($^O eq 'MSWin32') { $libext = '.a';