Skip to content

Commit

Permalink
Add in libsodium to bls-dash pull
Browse files Browse the repository at this point in the history
  • Loading branch information
wagerr-builder committed Apr 5, 2024
1 parent 9c1e738 commit 6c36a99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion depends/packages/bls-dash.mk
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ $(package)_libsodium_build_subdir=libsodium-cmake
$(package)_libsodium_sha256_hash=13b8939f75bebd6ff0fac49548fbe1a4c2ac477444b2d68a7621e233339e0874

$(package)_extra_sources=$($(package)_relic_file_name)
$(package)_extra_sources_libsodium=$($(package)_libsodium_file_name)

define $(package)_fetch_cmds
$(call fetch_file,$(package),$($(package)_download_path),$($(package)_download_file),$($(package)_file_name),$($(package)_sha256_hash)) && \
$(call fetch_file,$(package),$($(package)_relic_download_path),$($(package)_relic_download_file),$($(package)_relic_file_name),$($(package)_relic_sha256_hash))
$(call fetch_file,$(package),$($(package)_relic_download_path),$($(package)_relic_download_file),$($(package)_relic_file_name),$($(package)_relic_sha256_hash)) && \
$(call fetch_file,$(package),$($(package)_libsodium_download_path),$($(package)_libsodium_download_file),$($(package)_libsodium_file_name),$($(package)_libsodium_sha256_hash))
endef

define $(package)_extract_cmds
Expand Down

0 comments on commit 6c36a99

Please sign in to comment.