summaryrefslogtreecommitdiff
path: root/bootstrap.bat
diff options
context:
space:
mode:
authorMateusz Łoskot <mateusz@loskot.net>2021-10-14 12:38:50 +0200
committerPeter Dimov <pdimov@gmail.com>2021-10-18 18:25:30 +0300
commiteda46730f781a8a6ee831febb4b9812d913eef1e (patch)
tree3bdd123019a4603f7d076b4b235875f867aa7229 /bootstrap.bat
parent539c799dc46be5aa0e0c33146717e92bdccb2767 (diff)
downloadboost-eda46730f781a8a6ee831febb4b9812d913eef1e.tar.gz
Add vc143 to toolsets recognised by bootstrap.bat
Diffstat (limited to 'bootstrap.bat')
-rw-r--r--bootstrap.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.bat b/bootstrap.bat
index 03c98ffcc3..876a7638f1 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%...