fix incorrect value
This commit is contained in:
parent
04d9b08c85
commit
1c02e2b5f1
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ pub fn target() -> Target {
|
||||||
llvm_target: macos_llvm_target(arch).into(),
|
llvm_target: macos_llvm_target(arch).into(),
|
||||||
metadata: crate::spec::TargetMetadata {
|
metadata: crate::spec::TargetMetadata {
|
||||||
description: Some("ARM64 macOS (11.0+, Big Sur+)".into()),
|
description: Some("ARM64 macOS (11.0+, Big Sur+)".into()),
|
||||||
tier: Some(2),
|
tier: Some(1),
|
||||||
host_tools: Some(true),
|
host_tools: Some(true),
|
||||||
std: Some(true),
|
std: Some(true),
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue