Merge 44e7d6d6dd into merged_master (Bitcoin PR bitcoin/bitcoin#24754)

This commit is contained in:
James Dorfman 2024-07-08 16:57:09 +00:00
commit f41df85f0e
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ $(package)_sha256_hash=$(native_$(package)_sha256_hash)
$(package)_dependencies=native_$(package) capnp
define $(package)_config_cmds
$($(package)_cmake)
$($(package)_cmake) .
endef
define $(package)_build_cmds

View file

@ -6,7 +6,7 @@ $(package)_sha256_hash=9f8b055c8bba755dc32fe799b67c20b91e7b13e67cadafbc54c0f1def
$(package)_dependencies=native_capnp
define $(package)_config_cmds
$($(package)_cmake)
$($(package)_cmake) .
endef
define $(package)_build_cmds