mirror of
https://github.com/curl/curl.git
synced 2026-08-24 22:43:38 +03:00
tests: add cygwin feature
This commit is contained in:
parent
2b2d8b7756
commit
3d719ca463
2 changed files with 4 additions and 0 deletions
|
|
@ -568,6 +568,9 @@ sub checksystemfeatures {
|
|||
$pwd = sys_native_current_path();
|
||||
$feature{"win32"} = 1;
|
||||
}
|
||||
if($curl =~ /cygwin|msys/i) {
|
||||
$feature{"cygwin"} = 1;
|
||||
}
|
||||
if($libcurl =~ /\sschannel\b/i) {
|
||||
$feature{"Schannel"} = 1;
|
||||
$feature{"SSLpinning"} = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue