We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3939d9 commit cf378dfCopy full SHA for cf378df
build.zig
@@ -493,7 +493,7 @@ fn buildBrotli(b: *Build, m: *Build.Module) !void {
493
});
494
495
const root = "vendor/brotli/c/";
496
- brotli.installHeader(b.path(root ++ "brotli.h"), "brotli.h");
+ brotli.addIncludePath(b.path(root ++ "include"));
497
brotli.addCSourceFiles(.{ .flags = &.{}, .files = &.{
498
root ++ "common/constants.c",
499
root ++ "common/context.c",
0 commit comments