We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6aedf6 commit 60beb1aCopy full SHA for 60beb1a
src/bootstrap/util.rs
@@ -298,7 +298,8 @@ pub fn use_host_linker(target: TargetSelection) -> bool {
298
|| target.contains("nvptx")
299
|| target.contains("fortanix")
300
|| target.contains("fuchsia")
301
- || target.contains("bpf"))
+ || target.contains("bpf")
302
+ || target.contains("switch"))
303
}
304
305
pub fn is_valid_test_suite_arg<'a, P: AsRef<Path>>(
0 commit comments