Skip to content

Commit 03e9cef

Browse files
authored
Update Makefile
typo
1 parent dc5ecfa commit 03e9cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ else
3030
# BINDIR = $(BINBASEDIR)/linux_$(UNAME_P)
3131
BIN = $(BINDIR)/mp
3232
endif
33-
ifeq ($(UNAME_S),Darwin)A
33+
ifeq ($(UNAME_S),Darwin)
3434
ifneq ($(filter arm%,$(UNAME_P)),)
3535
BINDIR = $(BINBASEDIR)/macosx_aarch64
3636
endif

0 commit comments

Comments
 (0)