summaryrefslogtreecommitdiff
path: root/Donjon
diff options
context:
space:
mode:
Diffstat (limited to 'Donjon')
-rw-r--r--Donjon/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Donjon/src/Makefile b/Donjon/src/Makefile
index a7502b1..15dc708 100644
--- a/Donjon/src/Makefile
+++ b/Donjon/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))