0
0
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:
spectranator 2025-04-13 19:53:19 +02:00
parent 7bd0bfbb0c
commit 15d00322a0

View File

@ -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