Skip to content

Commit bce6620

Browse files
authored
Merge pull request swiftlang#34355 from texasmichelle/windows_typo
Correct a path in the Windows build instructions
2 parents 50e6ae0 + a5034bc commit bce6620

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
@@ -139,7 +139,7 @@ ninja -C S:\b\1
139139

140140
```cmd
141141
path S:\Library\icu-67\usr\bin;S:\b\1\bin;S:\b\1\tools\swift\libdispatch-prefix\bin;%PATH%;%ProgramFiles%\Git\usr\bin
142-
ninja -C S:\b\toolchain check-swift
142+
ninja -C S:\b\1 check-swift
143143
```
144144

145145
## Build swift-corelibs-libdispatch

0 commit comments

Comments
 (0)