catch up new lib extension when build with gcc/nlmconv.
This commit is contained in:
parent
8272abef28
commit
424063235b
@ -142,7 +142,12 @@ if ($^O eq 'MSWin32' || $targetos) {
|
|||||||
elsif ($targetos =~ /netware/) {
|
elsif ($targetos =~ /netware/) {
|
||||||
$configurebuild = 0;
|
$configurebuild = 0;
|
||||||
$binext = '.nlm';
|
$binext = '.nlm';
|
||||||
$libext = '.lib';
|
if ($^O eq 'MSWin32') {
|
||||||
|
$libext = '.lib';
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
$libext = '.a';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user