summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6876a392..e4f042f4 100644
--- a/Makefile
+++ b/Makefile
@@ -322,6 +322,10 @@ ifneq (,$(findstring "$(PLATFORM)", "linux" "gnu_kfreebsd" "kfreebsd-gnu" "gnu")
else
ifeq ($(ARCH),s390x)
LIB=lib64
+ else
+ ifeq ($(ARCH),aarch64)
+ LIB=lib64
+ endif
endif
endif
endif