mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 08:29:00 +08:00
8b2d844e11
* Update aws-sdk-cpp and dependencies to 1.11.132 * Replace patches with new -DAWS_SDK_WARNINGS_ARE_ERRORS * vcpkg x-add-version --all --------- Co-authored-by: Conor Ryan <conor.ryan2@ihsmarkit.com>
25 lines
505 B
JSON
25 lines
505 B
JSON
{
|
|
"name": "aws-c-io",
|
|
"version": "0.13.27",
|
|
"description": "Handles all IO and TLS work for application protocols.",
|
|
"homepage": "https://github.com/awslabs/aws-c-io",
|
|
"license": "Apache-2.0",
|
|
"supports": "!(windows & arm) & !uwp",
|
|
"dependencies": [
|
|
"aws-c-cal",
|
|
"aws-c-common",
|
|
{
|
|
"name": "s2n",
|
|
"platform": "!uwp & !windows"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|