Fix missing parenthesis

This commit is contained in:
Martin Kroeker
2022-12-15 12:30:16 +01:00
committed by GitHub
parent 5a294b0c8a
commit 62341ac5e1

View File

@@ -419,7 +419,7 @@ ifeq ($(OSNAME), AIX)
EXTRALIB += -lm
endif
ifeq ($(OSNAME), $(filter $(OSNAME),FreeBSD OpenBSD NetBSD DragonFly)
ifeq ($(OSNAME), $(filter $(OSNAME),FreeBSD OpenBSD NetBSD DragonFly))
ifeq ($(ARCH), $(filter $(ARCH),arm arm64))
EXTRALIB += -lm
endif