Skip to content

Commit f79b133

Browse files
authored
Update install_boost.bash
1 parent 728d647 commit f79b133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install_boost.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tar -xf boost_$BOOST_VERSION_DASH.tar.gz
1717
cd boost_$BOOST_VERSION_DASH
1818
sh bootstrap.sh --with-libraries=all
1919

20-
./b2 install $BOOST_VARIANT variant=$BOOST_VARIANT debug-symbols=$DEBUG link=static runtime-link=static --without-python -j 4
20+
./b2 install $BOOST_VARIANT variant=$BOOST_VARIANT debug-symbols=$DEBUG --without-python -j 4
2121

2222
cd ..
2323
rm boost_$BOOST_VERSION_DASH -rf

0 commit comments

Comments
 (0)