We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc5ecfa commit 03e9cefCopy full SHA for 03e9cef
src/Makefile
@@ -30,7 +30,7 @@ else
30
# BINDIR = $(BINBASEDIR)/linux_$(UNAME_P)
31
BIN = $(BINDIR)/mp
32
endif
33
- ifeq ($(UNAME_S),Darwin)A
+ ifeq ($(UNAME_S),Darwin)
34
ifneq ($(filter arm%,$(UNAME_P)),)
35
BINDIR = $(BINBASEDIR)/macosx_aarch64
36
0 commit comments