-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix library name for VC14.1 (Visual Studio 2017)
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
jzmaddock
via email
Author
Collaborator
|
||
|
||
# elif defined(__BORLANDC__) | ||
|
||
|
No, it should be vc1410
/cc @grafikrobot