about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-12-10T12·01+0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-12-10T12·01+0100
commit36c67860363c93eb00cf5b8e2ad34f6f775e6901 (patch)
treefebe4c225a82e48b47758ea2a95cf08263202607
parent938454d8f37dac17f042691ecc58f605fbe1635e (diff)
Cruft
-rw-r--r--lib.mk9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib.mk b/lib.mk
index f390a7e8ab1d..ba1fb3a2a989 100644
--- a/lib.mk
+++ b/lib.mk
@@ -62,15 +62,6 @@ ifeq ($(BUILD_SHARED_LIBS), 1)
   SET_RPATH_TO_LIBS ?= 1
 endif
 
-
-# On MacOS X, some boost libraries have an -mt suffix
-ifeq ($(OS), Darwin)
-  ifndef NIX_STORE
-    BOOST_SUFFIX = -mt
-  endif
-endif
-
-
 # Pass -g if we want debug info.
 BUILD_DEBUG ?= 1