mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 23:09:44 -04:00
OSX build tweaks (laszlo)
This commit is contained in:
parent
813a3b438f
commit
69ae372b51
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ OBJS= \
|
||||||
cryptopp/obj/sha.o \
|
cryptopp/obj/sha.o \
|
||||||
cryptopp/obj/cpu.o
|
cryptopp/obj/cpu.o
|
||||||
|
|
||||||
ifdef USE_UPNP
|
ifeq (USE_UPNP, 1)
|
||||||
LIBS += $(DEPSDIR)/lib/libminiupnpc.a
|
LIBS += $(DEPSDIR)/lib/libminiupnpc.a
|
||||||
DEFS += -DUSE_UPNP=$(USE_UPNP)
|
DEFS += -DUSE_UPNP=$(USE_UPNP)
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue