mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-16 18:26:35 +08:00
a83d2315aa
Fixes https://github.com/microsoft/vcpkg/issues/39318 1.Delete tools(quicping,quicreach) that do not exist. 2. Fix the issue that afxdp_helper.h file does not exist during compilation. 3. Remove patches fix-platform.patch and fix-warnings.patch that have been fixed upstream.
24 lines
485 B
JSON
24 lines
485 B
JSON
{
|
|
"name": "ms-quic",
|
|
"version": "2.3.5",
|
|
"description": "Cross-platform, C implementation of the IETF QUIC protocol",
|
|
"homepage": "https://github.com/microsoft/msquic",
|
|
"license": "MIT",
|
|
"supports": "!(static & staticcrt)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"tools": {
|
|
"description": "Install the tools after build"
|
|
}
|
|
}
|
|
}
|