We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 728d647 commit f79b133Copy full SHA for f79b133
scripts/install_boost.bash
@@ -17,7 +17,7 @@ tar -xf boost_$BOOST_VERSION_DASH.tar.gz
17
cd boost_$BOOST_VERSION_DASH
18
sh bootstrap.sh --with-libraries=all
19
20
-./b2 install $BOOST_VARIANT variant=$BOOST_VARIANT debug-symbols=$DEBUG link=static runtime-link=static --without-python -j 4
+./b2 install $BOOST_VARIANT variant=$BOOST_VARIANT debug-symbols=$DEBUG --without-python -j 4
21
22
cd ..
23
rm boost_$BOOST_VERSION_DASH -rf
0 commit comments