Browse Source

Merge pull request #250 from TheBlueMatt/macbuildfix

Revert "OSX build tweaks (laszlo)"
miguelfreitas
Jeff Garzik 14 years ago
parent
commit
54c465f25d
  1. 2
      src/makefile.osx

2
src/makefile.osx vendored

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

Loading…
Cancel
Save