In containerized AppImage build script, actually install all required boost components
This commit is contained in:
parent
7bd0bfbb0c
commit
15d00322a0
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ if [ ! "$BUILD_USE_CPM" = 1 ]; then
|
|||
tar xf boost_1_88_0.tar.bz2
|
||||
cd boost_1_88_0
|
||||
./bootstrap.sh
|
||||
./b2 install --with-{headers,context} link=static
|
||||
./b2 install --with-{headers,context,system,fiber,atomic,filesystem} link=static
|
||||
cd ..
|
||||
rm -rf boost_1_88_0 boost_1_88_0.tar.bz2
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue