diff options
Diffstat (limited to 'etc/bootstrap/bbot-bootstrap-clang.bat')
-rw-r--r-- | etc/bootstrap/bbot-bootstrap-clang.bat | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/bootstrap/bbot-bootstrap-clang.bat b/etc/bootstrap/bbot-bootstrap-clang.bat index 3f4e35d..99124e9 100644 --- a/etc/bootstrap/bbot-bootstrap-clang.bat +++ b/etc/bootstrap/bbot-bootstrap-clang.bat @@ -52,7 +52,9 @@ rem See also adding MSVC-bundled Clang to PATH below. set "MSVC=" -set "MSVC=C:\Program Files (x86)\Microsoft Visual Studio\2019\Community" +rem set "MSVC=C:\Program Files (x86)\Microsoft Visual Studio\2019\Community" +set "MSVC=C:\Program Files\Microsoft Visual Studio\2022\Community" + set "VCVARS=VC\Auxiliary\Build\vcvars64.bat" set "CXX=clang++" |