Migrate from deprecated Step.Compile APIs
This commit is contained in:
@@ -109,7 +109,7 @@ pub fn build(b: *std.Build) void {
|
||||
// .use_llvm = true,
|
||||
// });
|
||||
|
||||
// exe.linkLibrary(c_shared_lib);
|
||||
// exe.root_module.linkLibrary(c_shared_lib);
|
||||
|
||||
// const run_cmd = b.addRunArtifact(exe);
|
||||
// test_step.dependOn(&run_cmd.step);
|
||||
|
||||
Reference in New Issue
Block a user