Skip to content

Commit

Permalink
skaled 2053 build boost iostreams if needed
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Dec 2, 2024
1 parent aea45c3 commit 82d7bd8
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"
BOOST_LIBRARIES="${BOOST_LIBRARIES},context,iostreams"
fi

fi
Expand Down

0 comments on commit 82d7bd8

Please sign in to comment.