Fix typo
This commit is contained in:
parent
d7472606d5
commit
4fbc0777f4
|
@ -381,7 +381,7 @@ EXTRALIB += -lm
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(OSNAME), FreeBSD)
|
ifeq ($(OSNAME), FreeBSD)
|
||||||
ifeq ($(ARCH), $(filter ($ARCH),arm arm64))
|
ifeq ($(ARCH), $(filter $(ARCH),arm arm64))
|
||||||
EXTRALIB += -lm
|
EXTRALIB += -lm
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue