Skip to content

Commit 4b3d15d

Browse files
authored
Update WindowsBuild.md
Add some documentation on how swift-package-manager finds the package description before installation.
1 parent 6aebda5 commit 4b3d15d

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)