Skip to content

Commit

Permalink
Merge pull request #1779 from skalenetwork/fix-boost-build
Browse files Browse the repository at this point in the history
Fix boost build
  • Loading branch information
DmytroNazarenko authored Jan 8, 2024
2 parents 0fd0b87 + 6183faf commit e415c9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deps/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1223,7 +1223,7 @@ then
# #CMAKE_ARGS_FOR_LIB_WEB_SOCKETS="$CMAKE_ARGS_FOR_LIB_WEB_SOCKETS -DLWS_WITH_LIBEV=ON"
# LWS_WITH_LIBEV=ON
# fi
#else
#else
## #CMAKE_ARGS_FOR_LIB_WEB_SOCKETS="$CMAKE_ARGS_FOR_LIB_WEB_SOCKETS -DLWS_WITH_LIBEV=OFF"
# echo " "
#fi
Expand Down Expand Up @@ -1383,7 +1383,7 @@ then
if [ ! -f "boost_1_68_0.tar.bz2" ];
then
echo -e "${COLOR_INFO}downloading it${COLOR_DOTS}...${COLOR_RESET}"
eval "$WGET" https://boostorg.jfrog.io/artifactory/main/release/1.68.0/source/boost_1_68_0.tar.bz2
eval "$WGET" https://sourceforge.net/projects/boost/files/boost/1.68.0/boost_1_68_0.tar.bz2
fi
echo -e "${COLOR_INFO}unpacking it${COLOR_DOTS}...${COLOR_RESET}"
eval tar -xf boost_1_68_0.tar.bz2
Expand Down
2 changes: 1 addition & 1 deletion libconsensus
Submodule libconsensus updated 1 files
+1 −1 libBLS

0 comments on commit e415c9d

Please sign in to comment.