mirror of
https://github.com/boostorg/config.git
synced 2025-07-31 21:04:28 +02:00
Fix library name for VC14.1 (Visual Studio 2017)
This commit is contained in:
@@ -166,10 +166,10 @@ BOOST_LIB_VERSION: The Boost version, in the form x_y, for Boost version x.y.
|
|||||||
// vc14:
|
// vc14:
|
||||||
# define BOOST_LIB_TOOLSET "vc140"
|
# define BOOST_LIB_TOOLSET "vc140"
|
||||||
|
|
||||||
# elif defined(BOOST_MSVC)
|
# elif defined(BOOST_MSVC)
|
||||||
|
|
||||||
// vc15:
|
// vc14.1:
|
||||||
# define BOOST_LIB_TOOLSET "vc150"
|
# define BOOST_LIB_TOOLSET "vc141"
|
||||||
|
|
||||||
# elif defined(__BORLANDC__)
|
# elif defined(__BORLANDC__)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user