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 0924f7f0 Fix macOS bazel build (#2341)
0924f7f0 is described below
commit 0924f7f04e424c50c94f842c3aa105815394921b
Author: anakinxc <[email protected]>
AuthorDate: Thu Aug 3 10:42:52 2023 +0800
Fix macOS bazel build (#2341)
---
BUILD.bazel | 1 +
1 file changed, 1 insertion(+)
diff --git a/BUILD.bazel b/BUILD.bazel
index 58e8863d..8848593a 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -251,6 +251,7 @@ objc_library(
"src/butil/mac/scoped_cftyperef.h",
"src/butil/mac/scoped_typeref.h",
"src/butil/macros.h",
+ "src/butil/string_printf.h",
"src/butil/memory/aligned_memory.h",
"src/butil/memory/scoped_policy.h",
"src/butil/memory/scoped_ptr.h",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]