mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 23:07:59 +01:00
build: remove double LIBBITCOIN_SERVER linking
This commit is contained in:
parent
e258ce792a
commit
831e1220bc
1 changed files with 0 additions and 3 deletions
|
@ -554,12 +554,9 @@ if TARGET_WINDOWS
|
|||
bitcoind_SOURCES += bitcoind-res.rc
|
||||
endif
|
||||
|
||||
# Libraries below may be listed more than once to resolve circular dependencies (see
|
||||
# https://eli.thegreenplace.net/2013/07/09/library-order-in-static-linking#circular-dependency)
|
||||
bitcoind_LDADD = \
|
||||
$(LIBBITCOIN_SERVER) \
|
||||
$(LIBBITCOIN_WALLET) \
|
||||
$(LIBBITCOIN_SERVER) \
|
||||
$(LIBBITCOIN_COMMON) \
|
||||
$(LIBUNIVALUE) \
|
||||
$(LIBBITCOIN_UTIL) \
|
||||
|
|
Loading…
Add table
Reference in a new issue