From 82d7bd8d78f1df8c8df58c9b00d6fc9576eccfb2 Mon Sep 17 00:00:00 2001 From: Oleh Nikolaiev Date: Mon, 2 Dec 2024 14:13:10 +0000 Subject: [PATCH] skaled 2053 build boost iostreams if needed --- deps/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/build.sh b/deps/build.sh index ae755f9..24b190d 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" + BOOST_LIBRARIES="${BOOST_LIBRARIES},context,iostreams" fi fi