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

set proper lib extension for non-configure mingw32 builds on Win32.

parent 2b7bcf25
No related branches found
No related tags found
No related merge requests found
......@@ -135,6 +135,9 @@ if ($^O eq 'MSWin32' || $targetos) {
}
elsif ($targetos =~ /mingw32/) {
$binext = '.exe';
if ($^O eq 'MSWin32') {
$libext = '.a';
}
}
elsif ($targetos =~ /netware/) {
$configurebuild = 0;
......
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