We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-apple-
1 parent ba412a6 commit 36a3820Copy full SHA for 36a3820
src/tools/build-manifest/src/main.rs
@@ -205,7 +205,7 @@ static TARGETS: &[&str] = &[
205
///
206
/// The order here matters, more specific entries should be first.
207
static DOCS_FALLBACK: &[(&str, &str)] = &[
208
- ("-apple-", "x86_64-apple-darwin"),
+ ("-apple-", "aarch64-apple-darwin"),
209
("aarch64", "aarch64-unknown-linux-gnu"),
210
("arm-", "aarch64-unknown-linux-gnu"),
211
("", "x86_64-unknown-linux-gnu"),
0 commit comments