Link with execinfo on FreeBSD.

This commit is contained in:
Bartosz Taudul 2019-11-21 20:41:38 +01:00
parent 3e4913dc8a
commit 0a6fd9ef5f

View File

@ -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)