Skip to content

Commit

Permalink
update to latest Zig
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gutekanst <[email protected]>
  • Loading branch information
emidoots committed Oct 17, 2023
1 parent ffb3c6e commit 13f8e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pub fn build(b: *std.Build) void {

lib.linkLibC();
lib.addIncludePath(.{ .path = "c/include" });
lib.addCSourceFiles(&sources, &.{});
lib.addCSourceFiles(.{ .files = &sources, .flags = &.{} });
lib.installHeadersDirectory("c/include/brotli", "brotli");

const target = cross_target.toTarget();
Expand Down

0 comments on commit 13f8e42

Please sign in to comment.