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
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;