mirror of
https://github.com/boostorg/boost.git
synced 2025-04-04 21:15:01 +00:00
Add vc143 to toolsets recognised by bootstrap.bat
This commit is contained in:
parent
1cdcceae48
commit
bc98892937
1 changed files with 1 additions and 0 deletions
|
@ -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%...
|
||||
|
|
Loading…
Add table
Reference in a new issue