From ba7ba84f075e2502bbac595c0ab28741c0db26ca Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Mon, 27 Aug 2012 21:25:24 +0200 Subject: Add boost chrono lib for windows builds (required for boost 1.50) --- src/makefile.linux-mingw | 1 + 1 file changed, 1 insertion(+) (limited to 'src/makefile.linux-mingw') 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 -- cgit v1.2.3