forked from lix-project/lix
Cruft
This commit is contained in:
parent
938454d8f3
commit
36c6786036
9
lib.mk
9
lib.mk
|
@ -62,15 +62,6 @@ ifeq ($(BUILD_SHARED_LIBS), 1)
|
||||||
SET_RPATH_TO_LIBS ?= 1
|
SET_RPATH_TO_LIBS ?= 1
|
||||||
endif
|
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.
|
# Pass -g if we want debug info.
|
||||||
BUILD_DEBUG ?= 1
|
BUILD_DEBUG ?= 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue