mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
parent
2ac3f427f7
commit
527e86b054
@ -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…
Reference in New Issue
Block a user