build.zig: fix for newer compiler
This commit is contained in:
parent
2973ae157e
commit
06a01dad6b
@ -74,6 +74,6 @@ fn zed(b: *std.build.Builder, target: anytype, optimize: anytype) void {
|
|||||||
.optimize = optimize,
|
.optimize = optimize,
|
||||||
});
|
});
|
||||||
|
|
||||||
const runcmd = tests.run();
|
const runcmd = b.addRunArtifact(tests);
|
||||||
test_step.dependOn(&runcmd.step);
|
test_step.dependOn(&runcmd.step);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user