We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e09b7a commit e43daacCopy full SHA for e43daac
javascript/net/grpc/web/generator/build.zig
@@ -34,6 +34,7 @@ pub fn build(b: *std.build.Builder) void {
34
exe.linkSystemLibrary("pthread");
35
exe.linkSystemLibrary("dl");
36
exe.addIncludeDir("../../../../../third_party/protobuf/src");
37
+ exe.addIncludeDir("../../../../../third_party/protobuf/third_party/abseil-cpp");
38
exe.defineCMacro("HAVE_PTHREAD", "1");
39
exe.addCSourceFiles(&[_][]const u8{
40
// libprotobuf_lite source files (copied from third_party/protobuf/cmake/libprotobuf-lite.cmake)
0 commit comments