parent
c107b6593a
commit
3e2ebd3b47
@ -9,7 +9,16 @@ endif
|
|||||||
|
|
||||||
include makefile_include.mk
|
include makefile_include.mk
|
||||||
|
|
||||||
LT ?= libtool
|
|
||||||
|
PLATFORM := $(shell uname | sed -e 's/_.*//')
|
||||||
|
|
||||||
|
ifndef LT
|
||||||
|
ifeq ($(PLATFORM), Darwin)
|
||||||
|
LT:=glibtool
|
||||||
|
else
|
||||||
|
LT:=libtool
|
||||||
|
endif
|
||||||
|
endif
|
||||||
LTCOMPILE = $(LT) --mode=compile --tag=CC $(CC)
|
LTCOMPILE = $(LT) --mode=compile --tag=CC $(CC)
|
||||||
|
|
||||||
LCOV_ARGS=--directory .libs --directory .
|
LCOV_ARGS=--directory .libs --directory .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user