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 <stephen@hexops.com>
  • Loading branch information
slimsag committed Jun 2, 2024
1 parent c296987 commit ae4bb70
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 (.{ "vk_video", "vulkan" }) |subdir| {
lib.installHeadersDirectory("include/" ++ subdir, subdir);
lib.installHeadersDirectory(b.path("include/" ++ subdir), subdir, .{});
}
b.installArtifact(lib);
}

0 comments on commit ae4bb70

Please sign in to comment.