1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

enable mingw64 target.

This commit is contained in:
Gunter Knauf 2009-05-21 12:59:49 +00:00
parent cf2d39220a
commit c328cc9608

View File

@ -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';