fix build on FreeBSD

pull/3713/head
radare 2020-02-10 09:00:26 +01:00 committed by GitHub
parent 7dc040b01c
commit 211d35d647
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,10 @@ ifeq ($(_SYS),Darwin)
MAC := 1
endif
ifeq ($(_SYS),FreeBSD)
LDFLAGS += -lexecinfo
endif
ifdef ANDROID_ROOT
ANDROID := 1
undefine LINUX