Skip to content

Commit e43daac

Browse files
committed
fix(build): add missing include directory for Abseil C++ library
1 parent 9e09b7a commit e43daac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

javascript/net/grpc/web/generator/build.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ pub fn build(b: *std.build.Builder) void {
3434
exe.linkSystemLibrary("pthread");
3535
exe.linkSystemLibrary("dl");
3636
exe.addIncludeDir("../../../../../third_party/protobuf/src");
37+
exe.addIncludeDir("../../../../../third_party/protobuf/third_party/abseil-cpp");
3738
exe.defineCMacro("HAVE_PTHREAD", "1");
3839
exe.addCSourceFiles(&[_][]const u8{
3940
// libprotobuf_lite source files (copied from third_party/protobuf/cmake/libprotobuf-lite.cmake)

0 commit comments

Comments
 (0)