mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-28 14:43:28 +00:00
add brotli include path
This commit is contained in:
@@ -493,7 +493,7 @@ fn buildBrotli(b: *Build, m: *Build.Module) !void {
|
||||
});
|
||||
|
||||
const root = "vendor/brotli/c/";
|
||||
brotli.installHeader(b.path(root ++ "brotli.h"), "brotli.h");
|
||||
brotli.addIncludePath(b.path(root ++ "include"));
|
||||
brotli.addCSourceFiles(.{ .flags = &.{}, .files = &.{
|
||||
root ++ "common/constants.c",
|
||||
root ++ "common/context.c",
|
||||
|
||||
Reference in New Issue
Block a user