Skip to content

Commit 1cbad4c

Browse files
authored
Merge pull request #24071 from apple/compnerd-resume-the-build
2 parents 4dc763a + efa6e85 commit 1cbad4c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/WindowsBuild.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ ninja
375375

376376
- Add llbuild to your path:
377377
```cmd
378-
path S:\b\llbuild;%PATH%
378+
path S:\b\llbuild\bin;%PATH%
379379
```
380380

381381
## 21. Build swift-package-manager
@@ -395,3 +395,11 @@ ninja -C S:\b\swift install
395395
```
396396

397397
- Add the Swift on Windows binaries path (`C:\Library\Developer\Toolchains\unknown-Asserts-development.xctoolchain\usr\bin`) to the `PATH` environment variable.
398+
399+
## Resuming Builds
400+
401+
If you resume development from a new shell, the path will need to be readjusted. The following will add the correct search order to the path:
402+
403+
```cmd
404+
path S:\thirdparty\icu4c-63_1-Win64-MSVC2017\bin64;S:\b\llvm\bin;S:\b\swift\bin;S:\b\libdispatch;S:\b\libdispatch\src;S:\b\foundation;S:\b\xctest;S:\b\llbuild\bin;S:\b\sqlite;%PATH%;%ProgramFiles%\Git\usr\bin
405+
```

0 commit comments

Comments
 (0)