mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
parent
ce14bc7176
commit
cc650abf09
@ -835,7 +835,10 @@ fn linkWithLLD(self: *MachO, comp: *Compilation) !void {
|
||||
std.process.exit(1);
|
||||
}
|
||||
},
|
||||
else => std.process.abort(),
|
||||
else => {
|
||||
log.err("{s} terminated", .{ argv.items[0] });
|
||||
return error.LLDCrashed;
|
||||
},
|
||||
}
|
||||
} else {
|
||||
child.stdin_behavior = .Ignore;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user