Merge pull request #3249 from MikaelUrankar/develop

Fix typo
This commit is contained in:
Martin Kroeker 2021-05-26 15:26:30 +02:00 committed by GitHub
commit 42f048cf6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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