Browse Source

Fix missing parenthesis

tags/v0.3.22^2
Martin Kroeker GitHub 2 years ago
parent
commit
62341ac5e1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile.system

+ 1
- 1
Makefile.system View File

@@ -419,7 +419,7 @@ ifeq ($(OSNAME), AIX)
EXTRALIB += -lm EXTRALIB += -lm
endif endif


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


Loading…
Cancel
Save