Don't translate --print native-static-libs output
This breaks tools that depend on the prefix
This commit is contained in:
parent
6a20f7df57
commit
0b54782cc8
3 changed files with 2 additions and 9 deletions
|
@ -444,12 +444,6 @@ pub struct LinkerFileStem;
|
|||
#[diag(codegen_ssa_static_library_native_artifacts)]
|
||||
pub struct StaticLibraryNativeArtifacts;
|
||||
|
||||
#[derive(Diagnostic)]
|
||||
#[diag(codegen_ssa_native_static_libs)]
|
||||
pub struct NativeStaticLibs {
|
||||
pub arguments: String,
|
||||
}
|
||||
|
||||
#[derive(Diagnostic)]
|
||||
#[diag(codegen_ssa_link_script_unavailable)]
|
||||
pub struct LinkScriptUnavailable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue