update to latest Zig API
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
2fd311329a
commit
7dc2066cfe
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue