This is an automated email from the ASF dual-hosted git repository.
guangmingchen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brpc.git
The following commit(s) were added to refs/heads/master by this push:
new d72281f6 Chore: minimize dependence to avoid protoc_lib containing
main func in used protobuf version (#2881)
d72281f6 is described below
commit d72281f655cba122044857a542e17a6601e0fcd3
Author: tongke <[email protected]>
AuthorDate: Thu Jan 23 11:27:26 2025 +0800
Chore: minimize dependence to avoid protoc_lib containing main func in used
protobuf version (#2881)
---
BUILD.bazel | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/BUILD.bazel b/BUILD.bazel
index 84ae6bd7..8880dc2b 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -444,7 +444,7 @@ cc_library(
deps = [
":brpc_idl_options_cc_proto",
":butil",
- "@com_google_protobuf//:protoc_lib",
+ "@com_google_protobuf//src/google/protobuf/compiler:code_generator",
],
)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]