summaryrefslogtreecommitdiff
path: root/CC
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2023-09-25 15:34:22 +0200
committerOliver Reiche <oliver.reiche@huawei.com>2023-09-25 18:52:13 +0200
commit50ca30ea05d343d4d95a9fbf1ce05faa49eaade1 (patch)
tree6c9e92cca919cd4a4f9436c81b7fba2728212809 /CC
parent2a83d233f5720de4da5a96b64669521d9c6fd0f4 (diff)
downloadrules-cc-50ca30ea05d343d4d95a9fbf1ce05faa49eaade1.tar.gz
Fix pkg-config name for libprotobuf
Diffstat (limited to 'CC')
-rw-r--r--CC/proto/TARGETS2
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++"]}
}