mirror of
https://github.com/curl/curl.git
synced 2026-07-27 05:07:20 +03:00
enable mingw64 target.
This commit is contained in:
parent
cf2d39220a
commit
c328cc9608
1 changed files with 1 additions and 1 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue