Skip to content

Commit

Permalink
bls-dash speling error
Browse files Browse the repository at this point in the history
  • Loading branch information
wagerr-builder committed Apr 5, 2024
1 parent b1d7432 commit f6455fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions depends/packages/bls-dash.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $(package)_relic_sha256_hash=f2de6ebdc9def7077f56c83c8b06f4da5bacc36b709514bd550

$(package)_extra_sources=$($(package)_relic_file_name)

$(package)_patches=libsodium-cmake.git.patch
$(package)_patches=libsodium-git.patch

define $(package)_fetch_cmds
$(call fetch_file,$(package),$($(package)_download_path),$($(package)_download_file),$($(package)_file_name),$($(package)_sha256_hash)) && \
Expand Down Expand Up @@ -57,7 +57,7 @@ define $(package)_set_vars
endef

define $(package)_preprocess_cmds
patch -p1 < $($(package)_patch_dir)/libsodium-cmake.git.patch
patch -p1 < $($(package)_patch_dir)/libsodium-git.patch
sed -i.old "s|GIT_REPOSITORY https://github.com/Chia-Network/relic.git|URL \"../../relic-$($(package)_relic_version).tar.gz\"|" CMakeLists.txt && \
sed -i.old "s|RELIC_GIT_TAG \".*\"|RELIC_GIT_TAG \"\"|" CMakeLists.txt
endef
Expand Down

0 comments on commit f6455fd

Please sign in to comment.