mirror of
https://github.com/curl/curl.git
synced 2026-07-25 02:37:18 +03:00
catch up new lib extension when build with gcc/nlmconv.
This commit is contained in:
parent
8272abef28
commit
424063235b
1 changed files with 6 additions and 1 deletions
|
|
@ -142,7 +142,12 @@ if ($^O eq 'MSWin32' || $targetos) {
|
|||
elsif ($targetos =~ /netware/) {
|
||||
$configurebuild = 0;
|
||||
$binext = '.nlm';
|
||||
$libext = '.lib';
|
||||
if ($^O eq 'MSWin32') {
|
||||
$libext = '.lib';
|
||||
}
|
||||
else {
|
||||
$libext = '.a';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue