mirror of
https://github.com/curl/curl.git
synced 2026-05-02 22:37:52 +03:00
runtests: use Windows paths for Windows curl
curl generated by CMake's Visual Studio generator has "Windows" in the version number.
This commit is contained in:
parent
3b4f243722
commit
5fdac8d4f9
1 changed files with 1 additions and 1 deletions
|
|
@ -2685,7 +2685,7 @@ sub checksystem {
|
|||
if($curl =~ /linux|bsd|solaris|darwin/) {
|
||||
$has_ldpreload = 1;
|
||||
}
|
||||
if($curl =~ /win32|mingw(32|64)/) {
|
||||
if($curl =~ /win32|Windows|mingw(32|64)/) {
|
||||
# This is a Windows MinGW build or native build, we need to use
|
||||
# Win32-style path.
|
||||
$pwd = pathhelp::sys_native_current_path();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue