Skip to content

Commit add81bb

Browse files
authored
Update makefile.osx-high-sierra
build fixes
1 parent 623f1cc commit add81bb

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

src/makefile.osx-high-sierra

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,14 @@ OBJS= \
102102
obj/scrypt.o \
103103
obj/scrypt-x86.o \
104104
obj/scrypt-x86_64.o \
105-
obj/chainparams.o
105+
obj/chainparams.o \
106+
obj/miner.o \
107+
obj/rpcdump.o \
108+
obj/rpcmining.o \
109+
obj/rpcwallet.o \
110+
obj/wallet.o \
111+
obj/walletdb.o
112+
endif
106113

107114
ifeq (${USE_WALLET}, 1)
108115
DEFS += -DENABLE_WALLET

0 commit comments

Comments
 (0)