You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs/GettingStarted.md: support Linux in incremental build steps (#65653)
Currently, guidance for incremental builds in `docs/GettingStarted.md` is specific to macOS and won't work on Linux. Let's adjust these steps so that they work on Linux too.
Copy file name to clipboardExpand all lines: docs/HowToGuides/GettingStarted.md
+15-6
Original file line number
Diff line number
Diff line change
@@ -463,25 +463,34 @@ Now that you have made some changes, you will need to rebuild...
463
463
464
464
### Incremental builds with Ninja
465
465
466
-
To rebuild the compiler:
466
+
Subsequent steps in this and the next subsections are specific to the platform you're building on, so we'll try to detect it first and reuse as a shell variable:
0 commit comments