Skip to content

Commit 36a3820

Browse files
committed
Use aarch64-apple-darwin as the fallback doc source for -apple-
We are moving away from `x86_64-apple-darwin`, so soon these docs won't be available.
1 parent ba412a6 commit 36a3820

File tree

1 file changed

+1
-1
lines changed
  • src/tools/build-manifest/src

1 file changed

+1
-1
lines changed

src/tools/build-manifest/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ static TARGETS: &[&str] = &[
205205
///
206206
/// The order here matters, more specific entries should be first.
207207
static DOCS_FALLBACK: &[(&str, &str)] = &[
208-
("-apple-", "x86_64-apple-darwin"),
208+
("-apple-", "aarch64-apple-darwin"),
209209
("aarch64", "aarch64-unknown-linux-gnu"),
210210
("arm-", "aarch64-unknown-linux-gnu"),
211211
("", "x86_64-unknown-linux-gnu"),

0 commit comments

Comments
 (0)