]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_target/src/spec/freebsd_base.rs
Auto merge of #84842 - blkerby:null_lowercase, r=joshtriplett
[rust.git] / compiler / rustc_target / src / spec / freebsd_base.rs
index ad3383cc5f26144fffcac082c212407ccab7fec1..5d3c28e5f29c9d80a19675ff9f85d5ff4ce830be 100644 (file)
@@ -5,7 +5,7 @@ pub fn opts() -> TargetOptions {
         os: "freebsd".to_string(),
         dynamic_linking: true,
         executables: true,
-        os_family: Some("unix".to_string()),
+        families: vec!["unix".to_string()],
         linker_is_gnu: true,
         has_rpath: true,
         position_independent_executables: true,