From 4028786d3cd9cc2478b0e33ade914ae2231444d0 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Mon, 25 Sep 2023 15:34:22 +0200 Subject: Fix pkg-config name for libprotobuf --- rules/CC/proto/TARGETS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rules') diff --git a/rules/CC/proto/TARGETS b/rules/CC/proto/TARGETS index 2ec60f25..87bebd0c 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++"]} } -- cgit v1.2.3