mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 01:39:01 +08:00
c1c253fabc
* Add curl try_compile parameters Don't set compiler when compiling for iOS * Update OpenSSL and AWS SDK for C++ port versions * [vcpkg baseline][marble] Disable find I18n * update version record * Update versions/a-/aws-sdk-cpp.json * Update versions/o-/openssl.json * Fix port-versions after merging master branch * Update versions/a-/aws-sdk-cpp.json * Update versions/o-/openssl.json * Fix merge conflicts * Merge master branch * Refactor OpenSSL's build script * Refactor OpenSSL's build script * Fix version * Fix WASM build * Fix version * Fix disabled flags * Disable treating warnings as errors * Disable treating warnings as errors * Fix hashes * fix indentation * [aws-sdk-cpp] use the powershell file to generate * Fix versions after merging * Fix versions after merging Co-authored-by: Ahmed Yarub Hani Al Nuaimi <ahmed.alnuaimi@zwift.com> Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
25 lines
438 B
JSON
25 lines
438 B
JSON
{
|
|
"name": "aws-sdk-cpp",
|
|
"version": "1.8.126",
|
|
"port-version": 10,
|
|
"description": "AWS SDK for C++",
|
|
"homepage": "https://github.com/aws/aws-sdk-cpp",
|
|
"dependencies": [
|
|
"aws-c-event-stream",
|
|
{
|
|
"name": "curl",
|
|
"platform": "!uwp & !windows"
|
|
},
|
|
{
|
|
"name": "openssl",
|
|
"platform": "!uwp & !windows"
|
|
},
|
|
"zlib"
|
|
],
|
|
"default-features": [
|
|
"dynamodb",
|
|
"kinesis",
|
|
"s3"
|
|
]
|
|
}
|