Browse Source

Merge pull request #3249 from MikaelUrankar/develop

Fix typo
tags/v0.3.16^2
Martin Kroeker GitHub 4 years ago
parent
commit
42f048cf6c
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

@@ -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


Loading…
Cancel
Save