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 3c3c140 commit b991118Copy full SHA for b991118
src/tools/build-manifest/src/main.rs
@@ -203,7 +203,7 @@ static TARGETS: &[&str] = &[
203
///
204
/// The order here matters, more specific entries should be first.
205
static DOCS_FALLBACK: &[(&str, &str)] = &[
206
- ("-apple-", "x86_64-apple-darwin"),
+ ("-apple-", "aarch64-apple-darwin"),
207
("aarch64", "aarch64-unknown-linux-gnu"),
208
("arm-", "aarch64-unknown-linux-gnu"),
209
("", "x86_64-unknown-linux-gnu"),
0 commit comments