diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-08-27 21:25:24 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-08-27 22:16:24 +0200 |
commit | ba7ba84f075e2502bbac595c0ab28741c0db26ca (patch) | |
tree | d0e727d2907a6e7a78febfd03e76f828d3cee873 /src/makefile.linux-mingw | |
parent | f29eaee30a7a45a3bca218748fa6ff9256c2532e (diff) |
Add boost chrono lib for windows builds (required for boost 1.50)v0.7.0rc1
Diffstat (limited to 'src/makefile.linux-mingw')
-rw-r--r-- | src/makefile.linux-mingw | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile.linux-mingw b/src/makefile.linux-mingw index 93e3fe9aa6..625ed67847 100644 --- a/src/makefile.linux-mingw +++ b/src/makefile.linux-mingw @@ -25,6 +25,7 @@ LIBS= \ -l boost_filesystem-mt-s \ -l boost_program_options-mt-s \ -l boost_thread_win32-mt-s \ + -l boost_chrono-mt-s \ -l db_cxx \ -l ssl \ -l crypto |