diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-12-10 13:01:28 +0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-12-10 13:01:28 +0100 |
commit | 36c67860363c93eb00cf5b8e2ad34f6f775e6901 (patch) | |
tree | febe4c225a82e48b47758ea2a95cf08263202607 | |
parent | 938454d8f37dac17f042691ecc58f605fbe1635e (diff) |
Cruft
-rw-r--r-- | lib.mk | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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 |