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)