Skip to content

Commit 4fbc077

Browse files
author
MikaelUrankar
committed
Fix typo
1 parent d747260 commit 4fbc077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.system

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ EXTRALIB += -lm
381381
endif
382382

383383
ifeq ($(OSNAME), FreeBSD)
384-
ifeq ($(ARCH), $(filter ($ARCH),arm arm64))
384+
ifeq ($(ARCH), $(filter $(ARCH),arm arm64))
385385
EXTRALIB += -lm
386386
endif
387387
endif

0 commit comments

Comments
 (0)