mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 01:24:47 +08:00
[protobuf-c] fix feature tools (#28403)
This commit is contained in:
parent
fa8c401dfa
commit
ab711d097b
@ -26,7 +26,7 @@ vcpkg_copy_pdbs()
|
||||
|
||||
if("tools" IN_LIST FEATURES)
|
||||
vcpkg_copy_tools(
|
||||
TOOL_NAMES protoc-gen-c
|
||||
TOOL_NAMES protoc-gen-c protoc-c
|
||||
AUTO_CLEAN
|
||||
)
|
||||
endif()
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "protobuf-c",
|
||||
"version-semver": "1.4.0",
|
||||
"port-version": 1,
|
||||
"description": "This is protobuf-c, a C implementation of the Google Protocol Buffers data serialization format.",
|
||||
"homepage": "https://github.com/protobuf-c/protobuf-c",
|
||||
"dependencies": [
|
||||
|
@ -5990,7 +5990,7 @@
|
||||
},
|
||||
"protobuf-c": {
|
||||
"baseline": "1.4.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"protopuf": {
|
||||
"baseline": "2.2.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "1a27a8a88ed94500d821ed31360a62d13e553c87",
|
||||
"version-semver": "1.4.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "649c1df0b6207662ec75fed4bbd999a7a42afb4b",
|
||||
"version-semver": "1.4.0",
|
||||
|
Loading…
Reference in New Issue
Block a user