diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-09-25 15:34:22 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-09-25 18:52:13 +0200 |
commit | 50ca30ea05d343d4d95a9fbf1ce05faa49eaade1 (patch) | |
tree | 6c9e92cca919cd4a4f9436c81b7fba2728212809 /CC | |
parent | 2a83d233f5720de4da5a96b64669521d9c6fd0f4 (diff) | |
download | rules-cc-50ca30ea05d343d4d95a9fbf1ce05faa49eaade1.tar.gz |
Fix pkg-config name for libprotobuf
Diffstat (limited to 'CC')
-rw-r--r-- | CC/proto/TARGETS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CC/proto/TARGETS b/CC/proto/TARGETS index 2ec60f2..87bebd0 100644 --- a/CC/proto/TARGETS +++ b/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++"]} } |