OSX build tweaks (laszlo)

This commit is contained in:
Jeff Garzik 2011-05-20 20:48:44 -04:00 committed by Jeff Garzik
parent 813a3b438f
commit 69ae372b51
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ OBJS= \
cryptopp/obj/sha.o \
cryptopp/obj/cpu.o
ifdef USE_UPNP
ifeq (USE_UPNP, 1)
LIBS += $(DEPSDIR)/lib/libminiupnpc.a
DEFS += -DUSE_UPNP=$(USE_UPNP)
endif