aboutsummaryrefslogtreecommitdiff
path: root/tests/testcurl.pl
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2009-05-21 12:59:49 +0000
committerGunter Knauf <gk@gknw.de>2009-05-21 12:59:49 +0000
commitc328cc96082665c47aac26e241f9e9e1e84fdc69 (patch)
tree92b6a0b72a77334223469f33ee2271d5b1d8c04f /tests/testcurl.pl
parentcf2d39220a83afb4924f4dde524d07db4a6d588b (diff)
enable mingw64 target.
Diffstat (limited to 'tests/testcurl.pl')
-rwxr-xr-xtests/testcurl.pl2
1 files changed, 1 insertions, 1 deletions
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';