Skip to content

Commit 4edfc67

Browse files
authored
Update Makefile
1 parent 82f5704 commit 4edfc67

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
@@ -26,7 +26,8 @@ else
2626
UNAME_S := $(shell uname -s)
2727
UNAME_P := $(shell uname -p)
2828
ifeq ($(UNAME_S),Linux)
29-
BINDIR = $(BINBASEDIR)/linux_$(UNAME_P)
29+
#BINDIR = $(BINBASEDIR)/linux_$(UNAME_P)
30+
BINDIR = $(BINBASEDIR)
3031
BIN = $(BINDIR)/mp
3132
endif
3233
ifeq ($(UNAME_S),Darwin)

0 commit comments

Comments
 (0)