Skip to content

Commit e1746e0

Browse files
Split family names in android
Co-authored-by: Urgau <3616612+Urgau@users.noreply.github.com>
1 parent e6199bd commit e1746e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_target/src/spec/base/android.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pub fn opts() -> TargetOptions {
66
let mut base = base::linux::opts();
77
base.os = "android".into();
88
// listing families in different orders seems most chaotic. :^)
9-
base.families = cvs!["unix, linux"];
9+
base.families = cvs!["unix", "linux"];
1010
base.is_like_android = true;
1111
base.default_dwarf_version = 2;
1212
base.tls_model = TlsModel::Emulated;

0 commit comments

Comments
 (0)