Skip to content

Commit

Permalink
skaled 2053 fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Dec 5, 2024
1 parent 23d324f commit c9ccfb1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
15 changes: 4 additions & 11 deletions deps/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -209,17 +209,10 @@ WITH_JSONRPC="yes"
WITH_JSONRPCCPP="yes"
WITH_CURL="yes"
WITH_MICRO_HTTP_D="yes"
#if [ "$SKALED_DEPS_CHAIN" = "1" ];
#then
# WITH_BOOST="no"
#else
# WITH_ZLIB="yes"
# WITH_ARGTABLE2="yes"
# WITH_JSONRPC="yes"
# WITH_JSONRPCCPP="yes"
# WITH_CURL="yes"
# WITH_MICRO_HTTP_D="yes"
#fi
if [ "$SKALED_DEPS_CHAIN" = "1" ];
then
WITH_JSONRPC="no"
fi

WITH_FF="yes"
WITH_GMP="yes"
Expand Down
1 change: 1 addition & 0 deletions deps/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ rm -rf ./zlib
rm -rf ./argtable2
rm -rf ./curl
rm -rf ./libmicrohttpd
rm -rf ./boost
echo "Done (all clean)."

#finish
Expand Down

0 comments on commit c9ccfb1

Please sign in to comment.