From 23d324fdb0c4432e5461bc017a56194609eaf08c Mon Sep 17 00:00:00 2001 From: Oleh Nikolaiev Date: Tue, 3 Dec 2024 16:38:16 +0000 Subject: [PATCH] skaled-2053 build extra boost libraries if needed --- deps/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/build.sh b/deps/build.sh index 24b190d..9cfa8f0 100755 --- a/deps/build.sh +++ b/deps/build.sh @@ -584,7 +584,7 @@ then BOOST_LIBRARIES="system,thread,filesystem,regex,atomic,program_options" if [ "$SKALED_DEPS_CHAIN" = "1" ]; then - BOOST_LIBRARIES="${BOOST_LIBRARIES},context,iostreams" + BOOST_LIBRARIES="${BOOST_LIBRARIES},context,iostreams,fiber,log,chrono" fi fi