mirror of
https://github.com/curl/curl.git
synced 2026-07-09 07:17:20 +03:00
mingw32 builds make .a libs
This commit is contained in:
parent
ae2f002b44
commit
b7575b39c4
1 changed files with 1 additions and 0 deletions
|
|
@ -93,6 +93,7 @@ if ($^O eq 'MSWin32' || $targetos ne '') {
|
|||
$confsuffix = '-win32';
|
||||
$binext = '.exe';
|
||||
$libext = '.lib' if ($targetos =~ /vc/ || $targetos =~ /borland/);
|
||||
$libext = '.a' if ($targetos =~ /mingw32/);
|
||||
} elsif ($targetos =~ /netware/) {
|
||||
$binext = '.nlm';
|
||||
$libext = '.lib';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue