Added msys Perl since git for Win32 comes with own Perl which identifies as msys.
This commit is contained in:
@@ -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/)) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user