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 e6199bd commit e1746e0Copy full SHA for e1746e0
compiler/rustc_target/src/spec/base/android.rs
@@ -6,7 +6,7 @@ pub fn opts() -> TargetOptions {
6
let mut base = base::linux::opts();
7
base.os = "android".into();
8
// listing families in different orders seems most chaotic. :^)
9
- base.families = cvs!["unix, linux"];
+ base.families = cvs!["unix", "linux"];
10
base.is_like_android = true;
11
base.default_dwarf_version = 2;
12
base.tls_model = TlsModel::Emulated;
0 commit comments