Skip to content

Commit

Permalink
skaled-2053 build extra boost libraries if needed
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Dec 3, 2024
1 parent 82d7bd8 commit 23d324f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 23d324f

Please sign in to comment.