mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 12:42:11 +00:00
9540e69b3ff89da704731c31472fa91ffda8f3ad
* If the user provided a command, don't try to use the autodetected command as well. The fixes errors caused by passing too many arguments. * If the user provided a command, but not a version, try to detect the version from the command. This code already existed, but was useless because it was run too late. It also failed for 14.1+ because of incorrect escaping for MATCH. * When handling duplicate initialization, make sure that we compare the original user options to the new user options. Previously, we compated the new user options to the auto-detected command which makes no sense at all. * If the user specified a command, always search for it in PATH, instead of also searching version specific locations.
Boost.Build =========== See the Boost.Build website at https://boostorg.github.io/build/. See the `guidelines for contributing <./CONTRIBUTING.rst>`__.
Description
Languages
C++
73.8%
Python
22.6%
C
1.6%
Batchfile
0.7%
Shell
0.6%
Other
0.6%