[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 <athom@google.com>
Commit-Queue: Michael Goderbauer <goderbauer@google.com>
Reviewed-by: Michael Goderbauer <goderbauer@google.com>
Auto-Submit: Leonardo YongUk Kim <dalinaum@gmail.com>
This commit is contained in:
LYK
2025-07-31 01:06:36 -07:00
committed by Commit Queue
parent 04096b9891
commit f3d278ba81
+1 -1
View File
@@ -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).