1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-30 23:35:23 +02:00

vswhere: remove invalid quotes in example (#7520)

This commit is contained in:
Amin Yahyaabadi 2021-12-10 04:07:38 -06:00 committed by GitHub
parent 5bdbc8ff83
commit 5e84bc97da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
- Find the path of vcvarsall.bat to set environment variables:
`vswhere -products * -latest -prerelease -find "**/VC/Auxiliary/Build/vcvarsall.bat"`
`vswhere -products * -latest -prerelease -find **/VC/Auxiliary/Build/vcvarsall.bat`
- Find the directory of the x64 MSVC compiler (cl.exe, etc):