mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 12:23:53 +00:00
Link with execinfo on FreeBSD.
This commit is contained in:
parent
3e4913dc8a
commit
0a6fd9ef5f
@ -16,6 +16,9 @@ OBJ := $(SRC:%.cpp=%.o)
|
|||||||
ifeq ($(shell uname -o),Cygwin)
|
ifeq ($(shell uname -o),Cygwin)
|
||||||
LIBS += -ldbghelp
|
LIBS += -ldbghelp
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(shell uname -o),FreeBSD)
|
||||||
|
LIBS += -lexecinfo
|
||||||
|
endif
|
||||||
|
|
||||||
all: $(IMAGE)
|
all: $(IMAGE)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user