We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1642c7c commit 561c697Copy full SHA for 561c697
build.zig
@@ -37,7 +37,6 @@ pub fn build(b: *std.Build) void {
37
} else {
38
zstbi.link_libc = true;
39
}
40
- b.installArtifact(zstbi);
41
42
const test_step = b.step("test", "Run zstbi tests");
43
0 commit comments