Skip to content

Commit

Permalink
update to Zig 2024.05-mach (helps hexops/mach#1276)
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gutekanst <[email protected]>
  • Loading branch information
slimsag committed Oct 4, 2024
1 parent 42bd1d5 commit dee7215
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 @@ -16,7 +16,7 @@ pub fn build(b: *std.Build) void {
"-DSPIRV_CROSS_C_API_MSL",
} });
lib.addIncludePath(b.path("."));
lib.installHeadersDirectory(b.path(""), "spirv-cross", .{
lib.installHeadersDirectory(b.path("."), "spirv-cross", .{
.include_extensions = &.{".h"},
});
b.installArtifact(lib);
Expand Down

0 comments on commit dee7215

Please sign in to comment.