aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.mingw
diff options
context:
space:
mode:
authorphelixbtc <[email protected]>2013-07-19 10:20:13 +0200
committerphelixbtc <[email protected]>2013-07-19 10:20:13 +0200
commiteda7605dfe27f84f320b9387e00fc98c7f4de63b (patch)
tree40a33897debfdb46870a31fff6411d05ea280612 /src/makefile.mingw
parentMerge pull request #2670 from laanwj/2013_05_datadir (diff)
downloaddiscoin-eda7605dfe27f84f320b9387e00fc98c7f4de63b.tar.xz
discoin-eda7605dfe27f84f320b9387e00fc98c7f4de63b.zip
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 3659f5204..002e36d3e 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)" \