Skip to content

Commit

Permalink
Boost: Specify cxxstd version, on gcc 6.3.1 it probably defaulted to …
Browse files Browse the repository at this point in the history
…14, this is more explicit.
  • Loading branch information
boberfly committed Sep 3, 2021
1 parent ff4cc1f commit 534ddc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Boost/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"commands" : [

"./bootstrap.sh --prefix={buildDir} --with-python={buildDir}/bin/python --with-python-root={buildDir} --without-libraries=log --without-icu",
"./bjam -d+2 -j {jobs} --disable-icu cxxflags='-std=c++{c++Standard}' variant=release link=shared threading=multi install",
"./bjam -d+2 -j {jobs} --disable-icu cxxflags='-std=c++{c++Standard}' cxxstd={c++Standard} variant=release link=shared threading=multi install",

],

Expand Down

0 comments on commit 534ddc9

Please sign in to comment.