From a1c43e353900e4983aeca6f9eebfe0ca0df82d0e Mon Sep 17 00:00:00 2001 From: Latif Khalifa Date: Sun, 6 Oct 2013 16:34:56 +0200 Subject: [PATCH] Fixed mac build. How the heck did this get there? --- indra/cmake/Boost.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/cmake/Boost.cmake b/indra/cmake/Boost.cmake index 0cdae51bf..3ad2fceb7 100644 --- a/indra/cmake/Boost.cmake +++ b/indra/cmake/Boost.cmake @@ -60,7 +60,7 @@ else (STANDALONE) debug boost_thread-mt-d.a) elseif (DARWIN) set(Boost_CONTEXT_LIBRARY - optimized boost_context-mtOA + optimized boost_context-mt debug boost_context-mt-d) set(Boost_FILESYSTEM_LIBRARY optimized boost_filesystem-mt