From f3d278ba81e2eef6df26f14674c04b9bee33f46f Mon Sep 17 00:00:00 2001 From: LYK Date: Thu, 31 Jul 2025 01:06:36 -0700 Subject: [PATCH] [docs] Change the output path on macOS R=athom@google.com Change-Id: I7a4c65e651b88f7882eba9512adbe4e14b3fdefd Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/442900 Reviewed-by: Alexander Thomas Commit-Queue: Michael Goderbauer Reviewed-by: Michael Goderbauer Auto-Submit: Leonardo YongUk Kim --- docs/Building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Building.md b/docs/Building.md index abecb98e21a..e167797662f 100644 --- a/docs/Building.md +++ b/docs/Building.md @@ -107,7 +107,7 @@ cd sdk ./tools/build.py --mode release create_sdk ``` -The output will be in `out/ReleaseX64/dart-sdk` on Linux and Windows, and `xcodebuild/ReleaseX64/dart-sdk` on macOS. +The output will be in `out/ReleaseX64/dart-sdk` on Linux and Windows, and `xcodebuild/ReleaseARM64/dart-sdk` on macOS. See also [Building Dart SDK for ARM or RISC-V](Building-Dart-SDK-for-ARM-or-RISC-V.md).