mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Use cxx17 with boost builds.
This commit is contained in:
parent
3685145f1d
commit
57d011e531
@ -124,7 +124,7 @@ function build_boost() {
|
||||
|
||||
./bootstrap.sh --with-libraries=atomic,chrono,date_time,filesystem,system,thread || exit $?
|
||||
./b2 headers || exit $?
|
||||
./b2 -d ${JOBS} -sNO_LZMA=1 -sNO_ZSTD=1 ${BOOST_TOOLSET} threading=multi link=shared cxxflags="${BOOST_CXX_FLAGS}" --prefix=${OUTDIR} install || exit $?
|
||||
./b2 -d ${JOBS} -sNO_LZMA=1 -sNO_ZSTD=1 ${BOOST_TOOLSET} cxxstd=17 threading=multi link=shared cxxflags="${BOOST_CXX_FLAGS}" --prefix=${OUTDIR} install || exit $?
|
||||
cd ..
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user