update to latest build API
This commit is contained in:
parent
e72f4748a4
commit
2fd311329a
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue