Minor compilation fix
This commit is contained in:
parent
2920658da6
commit
2354089ece
@ -699,7 +699,7 @@ fn print_native_static_libs(sess: &Session, all_native_libs: &[NativeLibrary]) {
|
||||
against this static library. The order and any duplication \
|
||||
can be significant on some platforms.");
|
||||
// Prefix for greppability
|
||||
sess.note_without_error(format!("native-static-libs: {}", &lib_args.join(" ")));
|
||||
sess.note_without_error(&format!("native-static-libs: {}", &lib_args.join(" ")));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user