mirror of
https://github.com/curl/curl.git
synced 2026-07-16 11:17:17 +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
1 changed files with 1 additions and 1 deletions
|
|
@ -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/)) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue