Accurate vcpkg feature availability for winhttp (#5114)

* Accurate vcpkg feature availability for winhttp

---------

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
Anton Kolesnyk 2023-11-03 12:42:52 -07:00 committed by GitHub
parent f534decbf3
commit ab0c28a42f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 6 deletions

View File

@ -13,10 +13,6 @@
{
"name": "vcpkg-cmake-config",
"host": true
},
{
"name": "wil",
"platform": "windows"
}
],
"default-features": [
@ -62,11 +58,13 @@
},
"winhttp": {
"description": "WinHTTP HTTP transport implementation",
"supports": "windows & !uwp",
"dependencies": [
{
"name": "azure-core-cpp",
"default-features": false
}
},
"wil"
]
}
}

View File

@ -68,7 +68,7 @@
},
"winhttp": {
"description": "WinHTTP HTTP transport implementation",
"supports": "windows",
"supports": "windows & !uwp",
"dependencies": [
{
"name": "azure-core-cpp",