mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
Cruft
This commit is contained in:
parent
938454d8f3
commit
36c6786036
1 changed files with 0 additions and 9 deletions
9
lib.mk
9
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue