feat: update build headers

This commit is contained in:
18 2023-12-09 20:58:54 -05:00
parent 1feb2d8418
commit 0d3917df2c

View file

@ -6,7 +6,7 @@ pub fn build(b: *std.Build) void {
const lib = b.addStaticLibrary(.{
.name = "vulkan-headers",
.root_source_file = .{ .path = "stub.c" },
.root_source_file = .{ .path = b.addWriteFiles().add("empty.c", "") },
.target = target,
.optimize = optimize,
});