Skip to content

Commit bed316f

Browse files
committed
[docs] GettingStarted: Default to "hosttools" bootstrapping mode on macOS
1 parent 6d66211 commit bed316f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/HowToGuides/GettingStarted.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,8 @@ Phew, that's a lot to digest! Now let's proceed to the actual build itself!
259259
```sh
260260
utils/build-script --skip-build-benchmarks \
261261
--skip-ios --skip-watchos --skip-tvos --swift-darwin-supported-archs "$(uname -m)" \
262-
--sccache --release-debuginfo --swift-disable-dead-stripping
262+
--sccache --release-debuginfo --swift-disable-dead-stripping \
263+
--bootstrapping=hosttools
263264
```
264265
- Linux:
265266
```sh

0 commit comments

Comments
 (0)