X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=README.md;h=724bc36ecc6fb7fd2bb6b9783416528c7554b9ae;hb=e910be8d7c7c3ae00a2839b310cc4062d5de8163;hp=40df6a47378717da376995cc79a8f86f4c3de117;hpb=625aa60b3afcab76d7abda99780551d33a336976;p=rust.git diff --git a/README.md b/README.md index 40df6a47378..724bc36ecc6 100644 --- a/README.md +++ b/README.md @@ -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 ```