Skip to content

Commit

Permalink
Add support for riscv64
Browse files Browse the repository at this point in the history
  • Loading branch information
David Abdurachmanov authored and bcl committed Feb 15, 2024
1 parent d26e9c2 commit 67eee26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PYTHONINCLUDE := $(shell $(PYTHON)-config --includes)

VERSION=1.2.3

ifneq (,$(filter sparc64 ppc64 ppc64le x86_64 s390x aarch64 mips64,$(shell uname -m)))
ifneq (,$(filter sparc64 ppc64 ppc64le x86_64 s390x aarch64 mips64 riscv64,$(shell uname -m)))
LIBDIR = lib64
else
LIBDIR = lib
Expand Down

0 comments on commit 67eee26

Please sign in to comment.