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 authored and hmel committed Feb 19, 2022
1 parent 7aaa220 commit 7ab17fd
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 7ab17fd

Please sign in to comment.