1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

runtests: Fixed usage of %PWD on MinGW64

Closes #672
This commit is contained in:
Karlson2k 2016-02-21 15:48:10 +03:00 committed by Daniel Stenberg
parent 2ac3f427f7
commit 527e86b054

View File

@ -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.