Switch from CompileStep.install to Build.installArtifact

This commit is contained in:
LeRoyce Pearson 2023-04-16 15:09:50 -06:00 committed by Stephen Gutekanst
parent 4ab9e16ab5
commit ad879d615b

View file

@ -14,6 +14,5 @@ pub fn build(b: *std.Build) void {
inline for (.{ "vk_video", "vulkan" }) |subdir| {
lib.installHeadersDirectory("include/" ++ subdir, subdir);
}
lib.install();
b.installArtifact(lib);
}