mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +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)
|
||||
LIBS += -ldbghelp
|
||||
endif
|
||||
ifeq ($(shell uname -o),FreeBSD)
|
||||
LIBS += -lexecinfo
|
||||
endif
|
||||
|
||||
all: $(IMAGE)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user