Merge pull request #250 from TheBlueMatt/macbuildfix

Revert "OSX build tweaks (laszlo)"
This commit is contained in:
Jeff Garzik 2011-05-24 16:31:15 -07:00
commit 54c465f25d
1 changed files with 1 additions and 1 deletions

View File

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