mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:39:07 +08:00
850ba1ac73
* boringssl: Add a patch to disable another warning breaking build for VS2022. Filed upstream as https://bugs.chromium.org/p/boringssl/issues/detail?id=495 * Update versions * format portfile.cmake * x-add-version * Update patch, remove -WX and -Werror * x-add-version * update patch's name * x-add-version Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
20 lines
406 B
JSON
20 lines
406 B
JSON
{
|
|
"name": "boringssl",
|
|
"version-date": "2021-06-23",
|
|
"port-version": 2,
|
|
"description": "BoringSSl is a fork of OpenSSL developed by Google",
|
|
"homepage": "https://boringssl.googlesource.com/boringssl",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"tools": {
|
|
"description": "Build bssl executable"
|
|
}
|
|
}
|
|
}
|