Closed darkdragon-001 closed 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.
bootstrap.sh
CXX CXXFLAGS
b2
boost
I suggest giving bootstrap.sh a possibility to pass additional options to build.sh via one of the following ways:
build.sh
buildflags='--cxxflags="-stdlib=libc++"'
--
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
bootstrap.sh
since boostorg/boost#466 (clearingCXX CXXFLAGS
variables) makes the proposed fix in https://github.com/boostorg/boost/issues/207#issuecomment-441851110 not possible any more: It fails already when buildingb2
before starting to buildingboost
.I suggest giving
bootstrap.sh
a possibility to pass additional options tobuild.sh
via one of the following ways:buildflags='--cxxflags="-stdlib=libc++"'
)--