summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules/CC/proto/TARGETS2
1 files changed, 1 insertions, 1 deletions
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++"]}
}