Skip to content
Snippets Groups Projects
Commit 42406323 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

catch up new lib extension when build with gcc/nlmconv.

parent 8272abef
No related branches found
No related tags found
No related merge requests found
......@@ -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';
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment