Skip to content

Commit

Permalink
update to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnite committed May 21, 2024
1 parent 70b3d95 commit d0e7b86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ pub fn build(b: *std.Build) void {
header_name,
);

libc.installHeadersDirectory(b.path("include/foundation"), "foundation", .{});

b.installArtifact(libc);
}

Expand Down

0 comments on commit d0e7b86

Please sign in to comment.