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