Skip to content

Commit

Permalink
Merge pull request #6 from RoadTrain/patch-1
Browse files Browse the repository at this point in the history
USE_LEVELDB fix
  • Loading branch information
CryptoManiac committed Sep 28, 2013
2 parents f6123ec + c1ac085 commit 1476423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/makefile.mingw
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ all: novacoind.exe
#
# LevelDB support
#
ifdef USE_LEVELDB
ifneq (${USE_LEVELDB}, -)
LIBS += $(CURDIR)/leveldb/libleveldb.a $(CURDIR)/leveldb/libmemenv.a
DEFS += $(addprefix -I,$(CURDIR)/leveldb/include) -DUSE_LEVELDB
DEFS += $(addprefix -I,$(CURDIR)/leveldb/helpers)
Expand Down

0 comments on commit 1476423

Please sign in to comment.