From bc988929373dfc69e8f19d6d5932fe321f44617b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20=C5=81oskot?= Date: Thu, 14 Oct 2021 12:38:50 +0200 Subject: [PATCH] Add vc143 to toolsets recognised by bootstrap.bat --- bootstrap.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.bat b/bootstrap.bat index 4fb3984ead..7f4fd93e53 100644 --- a/bootstrap.bat +++ b/bootstrap.bat @@ -44,6 +44,7 @@ IF "%1"=="vc12" SET TOOLSET=msvc : 12.0 IF "%1"=="vc14" SET TOOLSET=msvc : 14.0 IF "%1"=="vc141" SET TOOLSET=msvc : 14.1 IF "%1"=="vc142" SET TOOLSET=msvc : 14.2 +IF "%1"=="vc143" SET TOOLSET=msvc : 14.3 ECHO. ECHO Generating Boost.Build configuration in project-config.jam for %TOOLSET%...