mirror of
https://github.com/curl/curl.git
synced 2026-07-15 19:27:17 +03:00
parent
2ac3f427f7
commit
527e86b054
1 changed files with 1 additions and 1 deletions
|
|
@ -2311,7 +2311,7 @@ sub checksystem {
|
|||
$curl =~ s/^(.*)(libcurl.*)/$1/g;
|
||||
|
||||
$libcurl = $2;
|
||||
if($curl =~ /mingw32/) {
|
||||
if($curl =~ /mingw(32|64)/) {
|
||||
# This is a windows minw32 build, we need to translate the
|
||||
# given path to the "actual" windows path. The MSYS shell
|
||||
# has a builtin 'pwd -W' command which converts the path.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue