mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
catch up new lib extension when build with gcc/nlmconv.
This commit is contained in:
parent
8272abef28
commit
424063235b
@ -142,8 +142,13 @@ if ($^O eq 'MSWin32' || $targetos) {
|
|||||||
elsif ($targetos =~ /netware/) {
|
elsif ($targetos =~ /netware/) {
|
||||||
$configurebuild = 0;
|
$configurebuild = 0;
|
||||||
$binext = '.nlm';
|
$binext = '.nlm';
|
||||||
|
if ($^O eq 'MSWin32') {
|
||||||
$libext = '.lib';
|
$libext = '.lib';
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
$libext = '.a';
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (($^O eq 'MSWin32') &&
|
if (($^O eq 'MSWin32') &&
|
||||||
|
Loading…
Reference in New Issue
Block a user