Skip to content

Commit 9a4bc35

Browse files
authored
Merge pull request #74257 from apple/egorzhdan/docs-skip-xros
[docs] Suggest `--skip-xros` in the Getting Started guide
2 parents d430573 + a3e3079 commit 9a4bc35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/HowToGuides/GettingStarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ Build the toolchain with optimizations, debuginfo, and assertions, using Ninja:
262262
- macOS:
263263
```sh
264264
utils/build-script --skip-build-benchmarks \
265-
--skip-ios --skip-watchos --skip-tvos --swift-darwin-supported-archs "$(uname -m)" \
265+
--skip-ios --skip-watchos --skip-tvos --skip-xros --swift-darwin-supported-archs "$(uname -m)" \
266266
--sccache --release-debuginfo --swift-disable-dead-stripping \
267267
--bootstrapping=hosttools
268268
```

0 commit comments

Comments
 (0)