replace "Preview" in the MSVC vcvarsall path with "Community"
This commit is contained in:
parent
fb7c53c5e5
commit
7006492863
|
@ -245,7 +245,7 @@ newer installed.
|
||||||
On Windows 11 with Visual Studio 2022, this would be done by invoking:
|
On Windows 11 with Visual Studio 2022, this would be done by invoking:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
"c:\Program Files\Microsoft Visual Studio\2022\Preview\vc\Auxiliary\Build\vcvars64.bat"
|
"c:\Program Files\Microsoft Visual Studio\2022\Community\vc\Auxiliary\Build\vcvars64.bat"
|
||||||
```
|
```
|
||||||
|
|
||||||
With VS2019, the command should be the same (except for the year number of course).
|
With VS2019, the command should be the same (except for the year number of course).
|
||||||
|
|
Loading…
Reference in New Issue