Skip to content

Commit

Permalink
update to Zig 2024.05
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gutekanst <[email protected]>
  • Loading branch information
Stephen Gutekanst committed Jun 2, 2024
1 parent 528330a commit f9becbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
zig-*
.zig-cache
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 {
});

inline for (.{ "directx", "dxguids", "wsl" }) |subdir| {
lib.installHeadersDirectory("include/" ++ subdir, subdir);
lib.installHeadersDirectory(b.path("include/" ++ subdir), subdir, .{});
}
b.installArtifact(lib);

Expand Down

0 comments on commit f9becbf

Please sign in to comment.