vcpkg/ports/boringssl/vcpkg.json
Ryan A. Pavlik 850ba1ac73
[boringssl] Remove -WX and -Werror (#24899)
* 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>
2022-06-02 12:55:46 -07:00

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"
}
}
}