Switch from CompileStep.install to Build.installArtifact
This commit is contained in:
parent
4ab9e16ab5
commit
ad879d615b
1 changed files with 1 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue