diff options
| author | phelixbtc <[email protected]> | 2013-07-19 10:20:13 +0200 |
|---|---|---|
| committer | phelixbtc <[email protected]> | 2013-07-19 10:20:13 +0200 |
| commit | eda7605dfe27f84f320b9387e00fc98c7f4de63b (patch) | |
| tree | 40a33897debfdb46870a31fff6411d05ea280612 /src/makefile.mingw | |
| parent | Merge pull request #2670 from laanwj/2013_05_datadir (diff) | |
| download | discoin-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.mingw | 2 |
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)" \ |