mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
set proper lib extension for non-configure mingw32 builds on Win32.
This commit is contained in:
parent
2b7bcf2505
commit
abb4cdafe9
@ -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…
Reference in New Issue
Block a user