diff --git a/src/Makefile b/src/Makefile index 8161fec..8bf1d8a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -60,7 +60,7 @@ INSTALL = install DESTDIR ?= -ifeq ($(shell uname -m),x86_64) +ifeq ($(filter-out %64 %64be %64eb %64le %64el s390x, $(shell uname -m)),) LIBSUBDIR := lib64 else LIBSUBDIR := lib