rustc_target: Move target_os from Target to TargetOptions
This commit is contained in:
@@ -16,6 +16,7 @@ pub fn opts() -> TargetOptions {
|
||||
);
|
||||
|
||||
TargetOptions {
|
||||
target_os: "openbsd".to_string(),
|
||||
dynamic_linking: true,
|
||||
executables: true,
|
||||
target_family: Some("unix".to_string()),
|
||||
|
||||
Reference in New Issue
Block a user