Igor Filippov
Results
2
comments of
Igor Filippov
The `generate-setup-cmd()` helper in msvc.jam seems to be the culprit, at least in boost_1_82_0. The following patch fixed it for me: ```diff --- boost_1_82_0/tools/build/src/tools/msvc.jam.orig 2023-04-10 09:48:06.000000000 -0400 +++ boost_1_82_0/tools/build/src/tools/msvc.jam 2024-06-10...
There seems to be a caveat if you are using autolinking, though. If you specify a toolset when calling b2.exe, `toolset = msvc-17.0`, `msvc-14.4`, or `msvc-14.3` all resolve to Visual...