mirror of
https://github.com/ziglang/zig.git
synced 2026-02-20 16:24:51 +00:00
macho: dedup -o flag from --verbose-link output
This commit is contained in:
parent
abb8e7478d
commit
3ae4c3cc36
@ -731,9 +731,6 @@ fn dumpArgv(self: *MachO, comp: *Compilation) !void {
|
||||
try argv.append("-r");
|
||||
}
|
||||
|
||||
try argv.append("-o");
|
||||
try argv.append(full_out_path);
|
||||
|
||||
if (self.base.isRelocatable()) {
|
||||
for (comp.objects) |obj| {
|
||||
try argv.append(obj.path);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user