forked from boostorg/config
Fix library name for VC14.1 (Visual Studio 2017)
This commit is contained in:
@ -168,8 +168,8 @@ BOOST_LIB_VERSION: The Boost version, in the form x_y, for Boost version x.y.
|
||||
|
||||
# elif defined(BOOST_MSVC)
|
||||
|
||||
// vc15:
|
||||
# define BOOST_LIB_TOOLSET "vc150"
|
||||
// vc14.1:
|
||||
# define BOOST_LIB_TOOLSET "vc141"
|
||||
|
||||
# elif defined(__BORLANDC__)
|
||||
|
||||
|
Reference in New Issue
Block a user