mirror of
https://github.com/boostorg/build.git
synced 2026-01-19 16:12:14 +00:00
VS 2026 installs non-native tools by default alongside the native tools. This caused conflict with our detection as it would pick the first compiler instead of the host compiler. We now are explicit about looking for the host specific tools only. fixes #484