mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
build.zig: remove redundant dependency of install step on zig exe
This commit is contained in:
parent
79440d2b47
commit
27f136e828
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue