diff options
author | Gunter Knauf <gk@gknw.de> | 2009-05-21 12:59:49 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2009-05-21 12:59:49 +0000 |
commit | c328cc96082665c47aac26e241f9e9e1e84fdc69 (patch) | |
tree | 92b6a0b72a77334223469f33ee2271d5b1d8c04f /tests | |
parent | cf2d39220a83afb4924f4dde524d07db4a6d588b (diff) |
enable mingw64 target.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/testcurl.pl | 2 |
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'; |