mirror of
https://github.com/curl/curl.git
synced 2025-09-29 07:26:48 +03:00
Added msys Perl since git for Win32 comes with own Perl which identifies as msys.
This commit is contained in:
parent
d7134036b2
commit
ff26895b5c
|
@ -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/)) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user