mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
build.zig: remove redundant dependency of install step on zig exe
This commit is contained in:
parent
79440d2b47
commit
27f136e828
@ -175,7 +175,6 @@ pub fn build(b: *std.Build) !void {
|
|||||||
test_step.dependOn(&exe.step);
|
test_step.dependOn(&exe.step);
|
||||||
}
|
}
|
||||||
|
|
||||||
b.default_step.dependOn(&exe.step);
|
|
||||||
exe.single_threaded = single_threaded;
|
exe.single_threaded = single_threaded;
|
||||||
|
|
||||||
if (target.isWindows() and target.getAbi() == .gnu) {
|
if (target.isWindows() and target.getAbi() == .gnu) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user