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

Added msys Perl since git for Win32 comes with own Perl which identifies as msys.

parent d7134036
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -162,7 +162,7 @@ if ($^O eq 'MSWin32' || $targetos) {
  }
}

if (($^O eq 'MSWin32') &&
if (($^O eq 'MSWin32' || $^O eq 'msys') &&
    ($targetos =~ /vc/ || $targetos =~ /mingw32/ ||
     $targetos =~ /borland/ || $targetos =~ /watcom/)) {