mirror of
https://github.com/boostorg/build.git
synced 2026-01-19 04:02:14 +00:00
Update comment to reflect intended behavior.
Once upon a time the comment reflected what the code did. But when we rewrote the handling of CXX to use --cxx instead we did not change teh comment. Fixes #471
This commit is contained in:
@@ -271,8 +271,8 @@ if test_true ${B2_HELP_OPT} ; then
|
||||
error_exit
|
||||
fi
|
||||
|
||||
# If we have a CXX but no B2_TOOLSET specified by the user we assume they meant
|
||||
# "cxx" as the toolset.
|
||||
# If user gave a --cxx option but no B2_TOOLSET specified by the user we assume
|
||||
# they meant "cxx" as the toolset.
|
||||
if test "${B2_CXX_OPT}" != "" -a "${B2_TOOLSET}" = "" ; then
|
||||
B2_TOOLSET=cxx
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user