We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e6619e commit 54e268cCopy full SHA for 54e268c
README.md
@@ -144,7 +144,7 @@ then you may need to force rustbuild to use an older version. This can be done
144
by manually calling the appropriate vcvars file before running the bootstrap.
145
146
```batch
147
-> 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"
148
> python x.py build
149
```
150
0 commit comments