Skip to content

Commit eafe466

Browse files
committed
Fix libdispatch path in Windows build guide
1 parent a4b8255 commit eafe466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/WindowsBuild.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ ninja -C S:\b\toolchain
142142
## Running Swift tests on Windows
143143

144144
```cmd
145-
path S:\Library\icu-64\usr\bin;S:\b\toolchain\bin;S:\b\toolchain\libdispatch-prefix\bin;%PATH%;%ProgramFiles%\Git\usr\bin
145+
path S:\Library\icu-64\usr\bin;S:\b\toolchain\bin;S:\b\toolchain\tools\swift\libdispatch-prefix\bin;%PATH%;%ProgramFiles%\Git\usr\bin
146146
ninja -C S:\b\toolchain check-swift
147147
```
148148

0 commit comments

Comments
 (0)