Browse Source

Fix typo

tags/v0.3.16^2
MikaelUrankar 4 years ago
parent
commit
4fbc0777f4
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