civodul pushed a commit to tag 1.8
in repository guix.
commit 36c67860363c93eb00cf5b8e2ad34f6f775e6901
Author: Eelco Dolstra <[email protected]>
Date: Wed Dec 10 13:01:28 2014 +0100
Cruft
---
lib.mk | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/lib.mk b/lib.mk
index f390a7e..ba1fb3a 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