Skip to content

Commit ee67468

Browse files
authored
Update WindowsBuild.md
Update the generator replacement instructions. This ensures that the instructions are correct given all the updates for the windows build instructions.
1 parent 9c755e0 commit ee67468

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)