diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-09-26 10:05:49 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-09-26 10:05:49 +0200 |
commit | 81dc8662a007a425bdc5ffc1785d599ebc7e8445 (patch) | |
tree | 90ff72e8c6aeaa7073edc89a99a3c662ac0b9c4d /rules/CC/proto | |
parent | 93d3bc8de4bc33a0d5edf8852a1a3de0ef5e0330 (diff) | |
parent | 1f6160cbe4c4ce246b731fb9342f577e074b24db (diff) | |
download | rules-cc-81dc8662a007a425bdc5ffc1785d599ebc7e8445.tar.gz |
Merge subtree 'rules' into rules-cc
Diffstat (limited to 'rules/CC/proto')
-rw-r--r-- | rules/CC/proto/TARGETS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/CC/proto/TARGETS b/rules/CC/proto/TARGETS index 2ec60f2..87bebd0 100644 --- a/rules/CC/proto/TARGETS +++ b/rules/CC/proto/TARGETS @@ -11,6 +11,6 @@ , "deps": ["libgrpc++"] } , "libprotobuf": - {"type": ["CC/pkgconfig", "system_library"], "name": ["libprotobuf"]} + {"type": ["CC/pkgconfig", "system_library"], "name": ["protobuf"]} , "libgrpc++": {"type": ["CC/pkgconfig", "system_library"], "name": ["grpc++"]} } |