Skip to content

Commit

Permalink
Fix library name for VC14.1 (Visual Studio 2017)
Browse files Browse the repository at this point in the history
  • Loading branch information
jzmaddock committed Mar 13, 2017
1 parent a2f7ed4 commit d5c2dba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/boost/config/auto_link.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,10 @@ BOOST_LIB_VERSION: The Boost version, in the form x_y, for Boost version x.y.
// vc14:
# define BOOST_LIB_TOOLSET "vc140"

# elif defined(BOOST_MSVC)
# elif defined(BOOST_MSVC)

// vc15:
# define BOOST_LIB_TOOLSET "vc150"
// vc14.1:
# define BOOST_LIB_TOOLSET "vc141"

This comment has been minimized.

Copy link
@KindDragon

KindDragon Mar 14, 2017

Contributor

No, it should be vc1410
/cc @grafikrobot

This comment has been minimized.

Copy link
@jzmaddock

jzmaddock via email Mar 14, 2017

Author Collaborator

This comment has been minimized.

Copy link
@grafikrobot

grafikrobot via email Mar 14, 2017

Member

This comment has been minimized.

Copy link
@jzmaddock

jzmaddock via email Mar 14, 2017

Author Collaborator

This comment has been minimized.

Copy link
@KindDragon

KindDragon Mar 17, 2017

Contributor

We had discussion about naming here boostorg/build#170 (comment) and here boostorg/build#167 (comment)


# elif defined(__BORLANDC__)

Expand Down

0 comments on commit d5c2dba

Please sign in to comment.