Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index 0beca501..3fb6279b 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -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)