1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

fix build on FreeBSD

This commit is contained in:
radare 2020-02-10 09:00:26 +01:00 committed by GitHub
parent 7dc040b01c
commit 211d35d647

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