Skip to content

Commit

Permalink
deps.sh: fix optional dep
Browse files Browse the repository at this point in the history
  • Loading branch information
riptl authored and mmcgee-jump committed Apr 25, 2024
1 parent d53c22e commit e54dbb4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -459,12 +459,12 @@ install () {

( install_zlib )
( install_zstd )
( install_secp256k1 )
#( install_openssl )
if [[ $DEVMODE == 1 ]]; then
( install_snappy )
( install_rocksdb )
#( install_libff )
( install_secp256k1 )
( install_snappy )
( install_rocksdb )
#( install_libff )
fi

# Remove cmake and pkgconfig files, so we don't accidentally
Expand Down

0 comments on commit e54dbb4

Please sign in to comment.