diff options
| author | Wladimir J. van der Laan <[email protected]> | 2012-08-27 21:25:24 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2012-08-27 22:16:24 +0200 |
| commit | ba7ba84f075e2502bbac595c0ab28741c0db26ca (patch) | |
| tree | d0e727d2907a6e7a78febfd03e76f828d3cee873 /src/makefile.mingw | |
| parent | Update release notes (diff) | |
| download | discoin-ba7ba84f075e2502bbac595c0ab28741c0db26ca.tar.xz discoin-ba7ba84f075e2502bbac595c0ab28741c0db26ca.zip | |
Add boost chrono lib for windows builds (required for boost 1.50)v0.7.0rc1
Diffstat (limited to 'src/makefile.mingw')
| -rw-r--r-- | src/makefile.mingw | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile.mingw b/src/makefile.mingw index 58a12e209..9b3d36f35 100644 --- a/src/makefile.mingw +++ b/src/makefile.mingw @@ -20,6 +20,7 @@ LIBS= \ -l boost_filesystem-mgw45-mt-s-1_50 \ -l boost_program_options-mgw45-mt-s-1_50 \ -l boost_thread-mgw45-mt-s-1_50 \ + -l boost_chrono-mgw45-mt-s-1_50 \ -l db_cxx \ -l ssl \ -l crypto |