mirror of
https://notabug.org/litucks/torzu.git
synced 2025-04-24 09:05:13 +00:00
In containerized AppImage build script, actually install all required boost components
This commit is contained in:
parent
7bd0bfbb0c
commit
15d00322a0
@ -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…
x
Reference in New Issue
Block a user