Don't use host linker for switch
This commit is contained in:
parent
e6aedf6056
commit
60beb1a995
@ -298,7 +298,8 @@ pub fn use_host_linker(target: TargetSelection) -> bool {
|
||||
|| target.contains("nvptx")
|
||||
|| target.contains("fortanix")
|
||||
|| target.contains("fuchsia")
|
||||
|| target.contains("bpf"))
|
||||
|| target.contains("bpf")
|
||||
|| target.contains("switch"))
|
||||
}
|
||||
|
||||
pub fn is_valid_test_suite_arg<'a, P: AsRef<Path>>(
|
||||
|
Loading…
Reference in New Issue
Block a user