Skip to content

Commit 6eebf61

Browse files
authored
Merge pull request swiftlang#33845 from apple/compnerd-swiftpm-pd-libs
Update WindowsBuild.md
2 parents d84bab0 + 4b3d15d commit 6eebf61

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/WindowsBuild.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,11 @@ cmake -B S:\b\10 ^
373373
ninja -C S:\b\10
374374
```
375375

376+
Indicate to swift-package-manager where to find the Package Description before installation:
377+
```cmd
378+
set SWIFTPM_PD_LIBS=S:\b\10\pm
379+
```
380+
376381
## Install the Swift toolchain on Windows
377382

378383
- Run ninja install:

0 commit comments

Comments
 (0)