aboutsummaryrefslogtreecommitdiff
path: root/etc/bootstrap/bbot-bootstrap-clang.bat
diff options
context:
space:
mode:
Diffstat (limited to 'etc/bootstrap/bbot-bootstrap-clang.bat')
-rw-r--r--etc/bootstrap/bbot-bootstrap-clang.bat6
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/bootstrap/bbot-bootstrap-clang.bat b/etc/bootstrap/bbot-bootstrap-clang.bat
index 79c4009..99124e9 100644
--- a/etc/bootstrap/bbot-bootstrap-clang.bat
+++ b/etc/bootstrap/bbot-bootstrap-clang.bat
@@ -1,7 +1,7 @@
@echo off
rem file : etc/bootstrap/bbot-bootstrap-clang.bat
-rem license : TBC; see accompanying LICENSE file
+rem license : MIT; see accompanying LICENSE file
setlocal EnableExtensions EnableDelayedExpansion
@@ -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++"