Incorrect library name on Windows with layout=versioned
Open
transition
- Dominant language
- C++
- Stars
- 251
- Forks
- 63
- PR merge metrics
- No merged PRs in 30d
Description
Tried boost v 1.66 and 1.73. B2 generates wrong file name for versioned layout - address-model+architecture part is missing, e.g. boost_unit_test_framework-vc141-mt-gd-1_66.lib instead of boost_unit_test_framework-vc141-mt-gd-x64-1_66.lib
Adding to boost.jam tag_versioned rule fixes the problem. (sorry for not attaching the diff)
Contributor guide
Assessment
This issue has not been assessed yet.