Skip to content

Commit f50e980

Browse files
authored
Update WindowsBuild.md
Update the path setting for the new location of libdispatch builds.
1 parent 83878bf commit f50e980

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
@@ -140,7 +140,7 @@ ninja -C S:\b\1
140140
## Running Swift tests on Windows
141141

142142
```cmd
143-
path S:\Library\icu-67\usr\bin;S:\b\1\bin;S:\b\1\tools\swift\libdispatch-prefix\bin;%PATH%;%ProgramFiles%\Git\usr\bin
143+
path S:\Library\icu-67\usr\bin;S:\b\1\bin;S:\b\1\tools\swift\libdispatch-windows-x86_64-prefix\bin;%PATH%;%ProgramFiles%\Git\usr\bin
144144
ninja -C S:\b\1 check-swift
145145
```
146146

0 commit comments

Comments
 (0)