diff options
Diffstat (limited to 'Skin++/src')
| -rwxr-xr-x | Skin++/src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Skin++/src/Makefile b/Skin++/src/Makefile index fe13dae..fda74b4 100755 --- a/Skin++/src/Makefile +++ b/Skin++/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)) |
