diff options
Diffstat (limited to 'Utilib/src/Makefile')
| -rw-r--r-- | Utilib/src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilib/src/Makefile b/Utilib/src/Makefile index 6993827..0e83b18 100644 --- a/Utilib/src/Makefile +++ b/Utilib/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)) |
