Skip to content

Commit 07dcf1a

Browse files
committed
build: remove boost dep from libmultiprocess
Looks like this hasn't been needed since bitcoin-core/libmultiprocess#25 and was just missed in #19160.
1 parent 66636ca commit 07dcf1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

depends/packages/libmultiprocess.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $(package)_version=$(native_$(package)_version)
33
$(package)_download_path=$(native_$(package)_download_path)
44
$(package)_file_name=$(native_$(package)_file_name)
55
$(package)_sha256_hash=$(native_$(package)_sha256_hash)
6-
$(package)_dependencies=native_$(package) boost capnp
6+
$(package)_dependencies=native_$(package) capnp
77

88
define $(package)_config_cmds
99
$($(package)_cmake)

0 commit comments

Comments
 (0)