]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_target/src/spec/solaris_base.rs
Auto merge of #84842 - blkerby:null_lowercase, r=joshtriplett
[rust.git] / compiler / rustc_target / src / spec / solaris_base.rs
index 59731f25821ffb2e28daba18e0554f492ab973a4..4c922eb5cea55081d8c251501b657d412dd8adbf 100644 (file)
@@ -6,7 +6,7 @@ pub fn opts() -> TargetOptions {
         dynamic_linking: true,
         executables: true,
         has_rpath: true,
-        os_family: Some("unix".to_string()),
+        families: vec!["unix".to_string()],
         is_like_solaris: true,
         limit_rdylib_exports: false, // Linker doesn't support this
         eh_frame_header: false,