Skip to content

Commit d5c2dba

Browse files
committed
Fix library name for VC14.1 (Visual Studio 2017)
1 parent a2f7ed4 commit d5c2dba

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

include/boost/config/auto_link.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,10 @@ BOOST_LIB_VERSION: The Boost version, in the form x_y, for Boost version x.y.
166166
// vc14:
167167
# define BOOST_LIB_TOOLSET "vc140"
168168

169-
# elif defined(BOOST_MSVC)
169+
# elif defined(BOOST_MSVC)
170170

171-
// vc15:
172-
# define BOOST_LIB_TOOLSET "vc150"
171+
// vc14.1:
172+
# define BOOST_LIB_TOOLSET "vc141"
173173

174174
# elif defined(__BORLANDC__)
175175

0 commit comments

Comments
 (0)