aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2019-12-07 07:39:56 -0500
committerJack Lloyd <[email protected]>2019-12-07 07:39:56 -0500
commit8c28949c11ff46ad799770466c7b7bb6d457b3fc (patch)
tree1ac1a50444c0cb7ccdd33689fa08646186fa44ce /doc
parentf2c9d0f0610c6a06a18791bacc22a8907c6802e8 (diff)
parent6fccb9ccbc3a44bc3db872802d9d0d05558abf0a (diff)
Merge GH #2215 Use .lib suffix consistently on Windows
Diffstat (limited to 'doc')
-rw-r--r--doc/building.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/building.rst b/doc/building.rst
index 9227c8a6e..9e475d2bd 100644
--- a/doc/building.rst
+++ b/doc/building.rst
@@ -858,7 +858,7 @@ Provide an alternative name for a boost library. Depending on the platform and
boost's build configuration these library names differ significantly (see `Boost docs
<https://www.boost.org/doc/libs/1_70_0/more/getting_started/unix-variants.html#library-naming>`_).
The provided library name must be suitable as identifier in a linker parameter,
-e.g on unix: ``boost_system`` or windows: ``libboost_regex-vc71-x86-1_70.lib``.
+e.g on unix: ``boost_system`` or windows: ``libboost_regex-vc71-x86-1_70``.
--without-documentation
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^