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.
2 parents dc3abd1 + 9932c5d commit f1fcda0Copy full SHA for f1fcda0
docs/WindowsBuild.md
@@ -219,12 +219,11 @@ Running the testsuite on Windows has additional external dependencies. You must
219
220
1. coreutils
221
2. diffutils
222
- 3. file
223
- 4. grep
224
- 5. sed
+ 3. grep
+ 4. sed
225
226
```cmd
227
-path S:\b\swift\bin;S:\b\swift\libdispatch-prefix\bin;%PATH%;%ProgramFiles(x86)%\GnuWin32\bin
+path S:\b\swift\bin;S:\b\swift\libdispatch-prefix\bin;%PATH%;%ProgramFiles(x86)%\GnuWin32\bin;S:\thirdparty\icu4c-63_1-Win64-MSVC2017\lib64
228
ninja -C S:\b\swift check-swift
229
```
230
0 commit comments