early-access version 2853
This commit is contained in:
24
externals/vcpkg/ports/aws-c-io/vcpkg.json
vendored
Executable file
24
externals/vcpkg/ports/aws-c-io/vcpkg.json
vendored
Executable file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "aws-c-io",
|
||||
"version": "0.10.7",
|
||||
"port-version": 2,
|
||||
"description": "Handles all IO and TLS work for application protocols.",
|
||||
"homepage": "https://github.com/awslabs/aws-c-io",
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user