Skip to content

Commit

Permalink
update to latest Zig API
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gutekanst <[email protected]>
  • Loading branch information
slimsag committed Apr 13, 2024
1 parent 2fca968 commit d03c77c
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 {
});
addPaths(&lib.root_module); // just for testing
lib.linkLibC();
lib.installHeadersDirectory("include", ".");
lib.installHeadersDirectory(b.path("include"), ".", .{});
b.installArtifact(lib);
}

Expand Down

0 comments on commit d03c77c

Please sign in to comment.