From eda7605dfe27f84f320b9387e00fc98c7f4de63b Mon Sep 17 00:00:00 2001 From: phelixbtc Date: Fri, 19 Jul 2013 10:20:13 +0200 Subject: [PATCH] makefile.mingw: Use normal boost libraries instead of debug for Windows https://github.com/bitcoin/bitcoin/pull/2835#issuecomment-21231694 --- src/makefile.mingw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makefile.mingw b/src/makefile.mingw index 3659f520..002e36d3 100644 --- a/src/makefile.mingw +++ b/src/makefile.mingw @@ -21,7 +21,7 @@ USE_UPNP:=- USE_IPV6:=1 DEPSDIR?=/usr/local -BOOST_SUFFIX?=-mgw46-mt-sd-1_52 +BOOST_SUFFIX?=-mgw46-mt-s-1_52 INCLUDEPATHS= \ -I"$(CURDIR)" \