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
Copy file name to clipboardExpand all lines: docs/WindowsBuild.md
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -375,7 +375,7 @@ ninja
375
375
376
376
- Add llbuild to your path:
377
377
```cmd
378
-
path S:\b\llbuild;%PATH%
378
+
path S:\b\llbuild\bin;%PATH%
379
379
```
380
380
381
381
## 21. Build swift-package-manager
@@ -395,3 +395,11 @@ ninja -C S:\b\swift install
395
395
```
396
396
397
397
- 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:
0 commit comments