Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Stephen Gutekanst
7dc2066cfe update to latest Zig API
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2024-04-13 09:51:35 -07:00

View file

@ -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);
}