all: use std.Build.installArtifact
This commit is contained in:
parent
beef56a023
commit
ff0258f27d
16 changed files with 53 additions and 53 deletions
|
|
@ -53,7 +53,7 @@ pub fn build(b: *std.Build) !void {
|
|||
// Compiles the `libmachcore` shared library
|
||||
const shared_lib = try core.buildSharedLib(b, optimize, target, options);
|
||||
|
||||
shared_lib.install();
|
||||
b.installArtifact(shared_lib);
|
||||
}
|
||||
|
||||
const compile_all = b.step("compile-all", "Compile Mach");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue