Skip to content

Commit

Permalink
update to latest build API
Browse files Browse the repository at this point in the history
  • Loading branch information
alichraghi authored and slimsag committed Jan 9, 2024
1 parent 4e899b4 commit 82d6540
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 @@ -6,7 +6,7 @@ pub fn build(b: *std.Build) void {

const lib = b.addStaticLibrary(.{
.name = "vulkan-headers",
.root_source_file = .{ .path = b.addWriteFiles().add("empty.c", "") },
.root_source_file = b.addWriteFiles().add("empty.c", ""),
.target = target,
.optimize = optimize,
});
Expand Down

0 comments on commit 82d6540

Please sign in to comment.