Browse Source

Revert "OSX build tweaks (laszlo)"

This reverts commit 69ae372b51 which
removes support for building the Mac version of Bitcoin with UPnP
support and UPnP disabled by default (which should be the default,
according to the community vote and as its the default on all
other platforms).
0.8
Matt Corallo 14 years ago
parent
commit
7ee8e5bf86
  1. 2
      src/makefile.osx

2
src/makefile.osx vendored

@ -47,7 +47,7 @@ OBJS= \ @@ -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

Loading…
Cancel
Save