Skip to content

Commit

Permalink
skaled 2053 fix json libs build
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Dec 5, 2024
1 parent 979444f commit e092897
Show file tree
Hide file tree
Showing 3 changed files with 4 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 @@ -289,8 +289,8 @@ setup_variable WITH_GNU_TLS "no"
setup_variable WITH_GPGERROR "no"
setup_variable WITH_GCRYPT "no"
setup_variable WITH_MICRO_HTTP_D "no"
setup_variable WITH_JSONCPP "no"
setup_variable WITH_JSONRPCCPP "no"
setup_variable WITH_JSONCPP "yes"
setup_variable WITH_JSONRPCCPP "yes"
setup_variable WITH_CRYPTOPP "yes"

setup_variable WITH_FF "no"
Expand Down
1 change: 1 addition & 0 deletions deps/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ rm -rf ./gmp-6.1.2
rm -rf ./libff
rm -rf ./pbc
rm -rf ./libsodium
rm -rf ./leveldb
echo "Done (all clean)."

#finish
Expand Down
2 changes: 1 addition & 1 deletion libBLS
Submodule libBLS updated 2 files
+5 −11 deps/build.sh
+1 −0 deps/clean.sh

0 comments on commit e092897

Please sign in to comment.