aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.mingw
diff options
context:
space:
mode:
authorphelixbtc <github@blockchained.com>2013-07-19 10:20:13 +0200
committerphelixbtc <github@blockchained.com>2013-07-19 10:20:13 +0200
commiteda7605dfe27f84f320b9387e00fc98c7f4de63b (patch)
tree40a33897debfdb46870a31fff6411d05ea280612 /src/makefile.mingw
parent4eab2dcc8158860d2575bb26ee46c29bd0672968 (diff)
downloadbitcoin-eda7605dfe27f84f320b9387e00fc98c7f4de63b.tar.xz
makefile.mingw: Use normal boost libraries instead of debug for Windows
https://github.com/bitcoin/bitcoin/pull/2835#issuecomment-21231694
Diffstat (limited to 'src/makefile.mingw')
-rw-r--r--src/makefile.mingw2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.mingw b/src/makefile.mingw
index 3659f52040..002e36d3e2 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)" \