diff options
author | phelixbtc <github@blockchained.com> | 2013-07-19 10:20:13 +0200 |
---|---|---|
committer | phelixbtc <github@blockchained.com> | 2013-07-19 10:20:13 +0200 |
commit | eda7605dfe27f84f320b9387e00fc98c7f4de63b (patch) | |
tree | 40a33897debfdb46870a31fff6411d05ea280612 | |
parent | 4eab2dcc8158860d2575bb26ee46c29bd0672968 (diff) |
makefile.mingw: Use normal boost libraries instead of debug for Windows
https://github.com/bitcoin/bitcoin/pull/2835#issuecomment-21231694
-rw-r--r-- | src/makefile.mingw | 2 |
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)" \ |