mirror of
https://github.com/curl/curl.git
synced 2026-05-21 14:26:20 +03:00
set proper lib extension for non-configure mingw32 builds on Win32.
This commit is contained in:
parent
2b7bcf2505
commit
abb4cdafe9
1 changed files with 3 additions and 0 deletions
|
|
@ -135,6 +135,9 @@ if ($^O eq 'MSWin32' || $targetos) {
|
|||
}
|
||||
elsif ($targetos =~ /mingw32/) {
|
||||
$binext = '.exe';
|
||||
if ($^O eq 'MSWin32') {
|
||||
$libext = '.a';
|
||||
}
|
||||
}
|
||||
elsif ($targetos =~ /netware/) {
|
||||
$configurebuild = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue