mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 00:19:00 +08:00
7b30311f0a
* [boringssl] Fix find-module compatibility OpenSSL libraries use a "d" postfix to differentiate debug and release binaries. The cmake find-module mistakes the debug binary for the release binary without the postfix. Fix the package config generator logic which was completely broken before: Remove linkage of Windows libraries for non-Windows targets and remove the "lib" prefix only for msvc builds. Harmonize the pkg-configs with the debug postfix. Add usage instructions. * [boringssl] Add new port version to database
20 lines
406 B
JSON
20 lines
406 B
JSON
{
|
|
"name": "boringssl",
|
|
"version-date": "2021-06-23",
|
|
"port-version": 4,
|
|
"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"
|
|
}
|
|
}
|
|
}
|