Browse Source

No reason to have any qrcode stuff in the bitcoind osx makefile.

0.8
Matt Corallo 13 years ago
parent
commit
56690a69d6
  1. 5
      src/makefile.osx

5
src/makefile.osx vendored

@ -96,11 +96,6 @@ else @@ -96,11 +96,6 @@ else
endif
endif
ifdef USE_QRCODE
DEFS += -DUSE_QRCODE=$(USE_QRCODE)
LIBS += -lqrencode
endif
all: bitcoind
# auto-generated dependencies:

Loading…
Cancel
Save