From c328cc96082665c47aac26e241f9e9e1e84fdc69 Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Thu, 21 May 2009 12:59:49 +0000 Subject: enable mingw64 target. --- tests/testcurl.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- cgit v1.2.3