mirror of
https://github.com/wolfpld/tracy.git
synced 2026-01-18 17:11:26 +01:00
Link with execinfo on FreeBSD.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user