out\Debug -> out/Debug, like in other places

Bug: angleproject:1944
Change-Id: I7abd8864d2176e69214a9a56359904fdd414ee9c
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3367703
Reviewed-by: Jamie Madill <jmadill@chromium.org>
Commit-Queue: Roman Lavrov <romanl@google.com>
This commit is contained in:
Roman Lavrov
2022-01-05 21:53:56 +00:00
committed by Angle LUCI CQ
parent abf17f0181
commit ccabfd1407

View File

@@ -104,7 +104,7 @@ ninja. A good default is 10*numCores to 20*numCores. If you run autoninja then
it will automatically pass an appropriate -j value to ninja for goma or not.
```
$ autoninja -C out\Debug
$ autoninja -C out/Debug
```
### Building and Debugging with Visual Studio