summaryrefslogtreecommitdiff
path: root/Ganlib/src
diff options
context:
space:
mode:
Diffstat (limited to 'Ganlib/src')
-rw-r--r--Ganlib/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ganlib/src/Makefile b/Ganlib/src/Makefile
index 98ee311..15ad84f 100644
--- a/Ganlib/src/Makefile
+++ b/Ganlib/src/Makefile
@@ -6,7 +6,7 @@
#---------------------------------------------------------------------------
#
ARCH = $(shell uname -m)
-ifneq (,$(filter $(ARCH),aarch64 arm64))
+ifneq (,$(filter $(ARCH),aarch64 arm64 riscv64))
nbit =
else
ifneq (,$(filter $(ARCH),i386 i686))