Skip to content

Commit

Permalink
build: remove boost dep from libmultiprocess
Browse files Browse the repository at this point in the history
Looks like this hasn't been needed since
chaincodelabs/libmultiprocess#25 and was just
missed in bitcoin#19160.
  • Loading branch information
fanquake committed Feb 18, 2022
1 parent 66636ca commit 07dcf1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depends/packages/libmultiprocess.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 07dcf1a

Please sign in to comment.