mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
Auto merge of #12688 - lf-:jade/efi-pdbs, r=arlosi
fix: copy PDBs for EFI targets
This commit is contained in:
commit
0134bb602c
@ -465,7 +465,7 @@ impl TargetInfo {
|
|||||||
// the names to match.
|
// the names to match.
|
||||||
should_replace_hyphens: false,
|
should_replace_hyphens: false,
|
||||||
})
|
})
|
||||||
} else if target_triple.ends_with("-msvc") {
|
} else if target_triple.ends_with("-msvc") || target_triple.ends_with("-uefi") {
|
||||||
ret.push(FileType {
|
ret.push(FileType {
|
||||||
suffix: ".pdb".to_string(),
|
suffix: ".pdb".to_string(),
|
||||||
prefix: prefix.clone(),
|
prefix: prefix.clone(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user