diff --git a/Makefile b/Makefile index 7c8f2b1a7..cd6e5a0ae 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ ifeq ($(OS),Windows_NT) ARCH = arm64 endif else - UNAME_P := $(shell uname -p) + UNAME_P := $(shell uname -m) ifneq ($(filter $(UNAME_P), i686 i386 x86_64),) ARCH = x86_64 endif