Terminate --print link-args
output with newline
This commit is contained in:
parent
5be2ec7245
commit
5e2cc5793a
@ -750,7 +750,7 @@ fn link_natively(
|
||||
|
||||
for print in &sess.opts.prints {
|
||||
if print.kind == PrintKind::LinkArgs {
|
||||
let content = format!("{cmd:?}");
|
||||
let content = format!("{cmd:?}\n");
|
||||
print.out.overwrite(&content, sess);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user