From 593fb139c49bb5f6ba9d9084cbb61a8980c32f8f Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 26 Aug 2013 01:13:38 +0400 Subject: [PATCH] MinGW makefile fix --- src/makefile.linux-mingw | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/makefile.linux-mingw b/src/makefile.linux-mingw index c0d5fce..7930937 100644 --- a/src/makefile.linux-mingw +++ b/src/makefile.linux-mingw @@ -96,7 +96,7 @@ all: novacoind.exe # # LevelDB support # -ifdef USE_LEVELDB +ifeq (${USE_LEVELDB}, 1) LIBS += $(CURDIR)/leveldb/libleveldb.a $(CURDIR)/leveldb/libmemenv.a DEFS += -I"$(CURDIR)/leveldb/include" -DUSE_LEVELDB DEFS += -I"$(CURDIR)/leveldb/helpers" -- 1.7.1