build: Add bitcoin-tx.exe into Windows installer
Github-Pull: #14698
Rebased-From: 5c5902acc5
This commit is contained in:
parent
7871dd58fe
commit
56df309b1b
1 changed files with 3 additions and 0 deletions
|
@ -175,6 +175,9 @@ $(BITCOIN_CLI_BIN): FORCE
|
|||
$(BITCOIN_TX_BIN): FORCE
|
||||
$(MAKE) -C src $(@F)
|
||||
|
||||
$(BITCOIN_TX_BIN): FORCE
|
||||
$(MAKE) -C src $(@F)
|
||||
|
||||
$(BITCOIN_WALLET_BIN): FORCE
|
||||
$(MAKE) -C src $(@F)
|
||||
|
||||
|
|
Loading…
Reference in a new issue