mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-20 14:05:23 +01:00
build: remove boost dep from libmultiprocess
Looks like this hasn't been needed since https://github.com/chaincodelabs/libmultiprocess/pull/25 and was just missed in #19160.
This commit is contained in:
parent
66636ca438
commit
07dcf1a76e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ $(package)_version=$(native_$(package)_version)
|
|||
$(package)_download_path=$(native_$(package)_download_path)
|
||||
$(package)_file_name=$(native_$(package)_file_name)
|
||||
$(package)_sha256_hash=$(native_$(package)_sha256_hash)
|
||||
$(package)_dependencies=native_$(package) boost capnp
|
||||
$(package)_dependencies=native_$(package) capnp
|
||||
|
||||
define $(package)_config_cmds
|
||||
$($(package)_cmake)
|
||||
|
|
Loading…
Add table
Reference in a new issue