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/) {
|
||||
$configurebuild = 0;
|
||||
$binext = '.nlm';
|
||||
if ($^O eq 'MSWin32') {
|
||||
$libext = '.lib';
|
||||
}
|
||||
else {
|
||||
$libext = '.a';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (($^O eq 'MSWin32') &&
|
||||
|
Loading…
Reference in New Issue
Block a user