vcpkg/ports/protobuf/vcpkg.json
Liu Chenxin e16a8ac6dc
[protobuf] fix protobuf-3.18 mingw build failure (#22369)
* fix protobuf-3.18 mingw build

* fix protobuf-3.18 mingw build
2022-01-12 11:34:24 -08:00

22 lines
441 B
JSON

{
"name": "protobuf",
"version-semver": "3.18.0",
"port-version": 1,
"description": "Protocol Buffers - Google's data interchange format",
"homepage": "https://github.com/protocolbuffers/protobuf",
"dependencies": [
{
"name": "protobuf",
"host": true
}
],
"features": {
"zlib": {
"description": "ZLib based features like Gzip streams",
"dependencies": [
"zlib"
]
}
}
}