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 20dae47 commit bfe956eCopy full SHA for bfe956e
compiler/rustc_target/src/spec/base/apple/mod.rs
@@ -150,7 +150,7 @@ pub fn opts(os: &'static str, arch: Arch) -> TargetOptions {
150
function_sections: false,
151
dynamic_linking: true,
152
pre_link_args: pre_link_args(os, arch, abi),
153
- families: cvs!["unix"],
+ families: cvs!["apple", "unix"],
154
is_like_osx: true,
155
// LLVM notes that macOS 10.11+ and iOS 9+ default
156
// to v4, so we do the same.
0 commit comments