Fix README MSVC URI

This commit is contained in:
Martin Finkel 2019-07-31 10:58:17 +07:00
parent 5e6619edd1
commit 54e268cf55
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ then you may need to force rustbuild to use an older version. This can be done
by manually calling the appropriate vcvars file before running the bootstrap.
```batch
> CALL "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvars64.bat"
> CALL "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
> python x.py build
```