We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4b8255 commit eafe466Copy full SHA for eafe466
docs/WindowsBuild.md
@@ -142,7 +142,7 @@ ninja -C S:\b\toolchain
142
## Running Swift tests on Windows
143
144
```cmd
145
-path S:\Library\icu-64\usr\bin;S:\b\toolchain\bin;S:\b\toolchain\libdispatch-prefix\bin;%PATH%;%ProgramFiles%\Git\usr\bin
+path S:\Library\icu-64\usr\bin;S:\b\toolchain\bin;S:\b\toolchain\tools\swift\libdispatch-prefix\bin;%PATH%;%ProgramFiles%\Git\usr\bin
146
ninja -C S:\b\toolchain check-swift
147
```
148
0 commit comments