Skip to content

Commit 6d10e4e

Browse files
authored
Merge pull request swiftlang#22061 from apple/backup-generators
Update WindowsBuild.md
2 parents 939d51b + ee67468 commit 6d10e4e

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
@@ -177,7 +177,7 @@ cmake --build "S:\build\Ninja-DebugAssert\swift-windows-amd64"
177177
a file.
178178

179179
```cmd
180-
cmake -G "Visual Studio 2017" "S:\swift" -DCMAKE_GENERATOR_PLATFORM="x64"^ ...
180+
cmake -G "Visual Studio 2017" -DCMAKE_GENERATOR_PLATFORM="x64"^ ...
181181
```
182182

183183
### 8. Build lldb

0 commit comments

Comments
 (0)