Bugfix: Make USE_UPNP=- work with makefile.{linux-mingw,mingw,osx} too

This commit is contained in:
Luke Dashjr
2012-06-08 16:36:40 +00:00
parent e422bebbdc
commit 45beb88966
3 changed files with 12 additions and 3 deletions

View File

@@ -97,7 +97,10 @@ OBJS= \
obj/walletdb.o \
obj/noui.o
ifdef USE_UPNP
ifndef USE_UPNP
override USE_UPNP = -
endif
ifneq (${USE_UPNP}, -)
DEFS += -DUSE_UPNP=$(USE_UPNP)
ifdef STATIC
LIBS += $(DEPSDIR)/lib/libminiupnpc.a