Skip to content

Commit 42f048c

Browse files
authored
Merge pull request #3249 from MikaelUrankar/develop
Fix typo
2 parents d747260 + 4fbc077 commit 42f048c

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)