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

This commit is contained in:
Guenter Knauf 2010-08-10 07:10:57 +02:00
parent d7134036b2
commit ff26895b5c

View File

@ -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 =~ /vc/ || $targetos =~ /mingw32/ ||
$targetos =~ /borland/ || $targetos =~ /watcom/)) { $targetos =~ /borland/ || $targetos =~ /watcom/)) {