Fix FreeBSD debug build
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
d66e1cb88e
commit
70cfff0e5b
1 changed files with 6 additions and 0 deletions
|
@ -182,6 +182,12 @@ LINK_FLAGS += -ldl
|
|||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(BSD),true)
|
||||
ifeq ($(DEBUG),true)
|
||||
LINK_FLAGS += -lexecinfo
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(MACOS),true)
|
||||
LINK_FLAGS += -framework IOKit
|
||||
else ifeq ($(WINDOWS),true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue