boostorg / build

B2 makes it easy to build C++ projects, everywhere.
Boost Software License 1.0
231 stars 49 forks source link

No option to bootstrap with libc++ #746

Closed darkdragon-001 closed 3 years ago

darkdragon-001 commented 3 years ago

bootstrap.sh since boostorg/boost#466 (clearing CXX CXXFLAGS variables) makes the proposed fix in https://github.com/boostorg/boost/issues/207#issuecomment-441851110 not possible any more: It fails already when building b2 before starting to building boost.

I suggest giving bootstrap.sh a possibility to pass additional options to build.sh via one of the following ways:

  1. extra argument (e.g. buildflags='--cxxflags="-stdlib=libc++"')
  2. all unsupported options
  3. all options after --
github-actions[bot] commented 3 years ago

Thank you for your contributions. Main development of B2 has moved to https://github.com/bfgroup/b2 Please consider following up at https://github.com/bfgroup/b2/issues