1
Fork 0

fix incorrect value

This commit is contained in:
Evelyn Harthbrooke 2024-08-09 16:59:36 -06:00 committed by GitHub
parent 04d9b08c85
commit 1c02e2b5f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ pub fn target() -> Target {
llvm_target: macos_llvm_target(arch).into(),
metadata: crate::spec::TargetMetadata {
description: Some("ARM64 macOS (11.0+, Big Sur+)".into()),
tier: Some(2),
tier: Some(1),
host_tools: Some(true),
std: Some(true),
},