]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_target/src/spec/openbsd_base.rs
Auto merge of #84842 - blkerby:null_lowercase, r=joshtriplett
[rust.git] / compiler / rustc_target / src / spec / openbsd_base.rs
index a6fd01ab110df8dbfd134debac2a419db167aad4..8f33bacd9228eb34166cbadd488257d8f728067c 100644 (file)
@@ -5,7 +5,7 @@ pub fn opts() -> TargetOptions {
         os: "openbsd".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,
         abi_return_struct_as_int: true,