Commit c328cc96 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

enable mingw64 target.

parent cf2d3922
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -137,7 +137,7 @@ if ($^O eq 'MSWin32' || $targetos) {
    $binext = '.exe';
    $libext = '.lib';
  }
  elsif ($targetos =~ /mingw32/) {
  elsif ($targetos =~ /mingw/) {
    $binext = '.exe';
    if ($^O eq 'MSWin32') {
      $libext = '.a';