This commit is contained in:
MikaelUrankar 2021-05-26 12:14:57 +02:00
parent d7472606d5
commit 4fbc0777f4
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ EXTRALIB += -lm
endif
ifeq ($(OSNAME), FreeBSD)
ifeq ($(ARCH), $(filter ($ARCH),arm arm64))
ifeq ($(ARCH), $(filter $(ARCH),arm arm64))
EXTRALIB += -lm
endif
endif