From 36c67860363c93eb00cf5b8e2ad34f6f775e6901 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 10 Dec 2014 13:01:28 +0100 Subject: [PATCH] Cruft --- lib.mk | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lib.mk b/lib.mk index f390a7e8a..ba1fb3a2a 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