Skip to content

Commit 6645fae

Browse files
authored
Update Makefile
1 parent 737a92a commit 6645fae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,13 @@ else
2727
UNAME_P := $(shell uname -p)
2828
ifeq ($(UNAME_S),Linux)
2929
# TODO
30+
# BINDIR = $(BINBASEDIR)/linux_$(UNAME_P)
3031
BIN = $(BINDIR)/mp
3132
endif
3233
ifeq ($(UNAME_S),Darwin)
3334
ifneq ($(filter arm%,$(UNAME_P)),)
3435
BINDIR = $(BINBASEDIR)/macosx_aarch64
35-
endif i
36+
endif
3637
ifeq ($(UNAME_P),x86_64)
3738
BINDIR = $(BINBASEDIR)/macosx_x86_64
3839
endif

0 commit comments

Comments
 (0)