Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lang/luajit/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ endef
define Package/luajit/config
config HAS_LUAJIT_ARCH
bool
default y if i386||x86_64||arm||armeb||aarch64||powerpc||mips||mipsel||mips64
default y if i386||x86_64||arm||armeb||aarch64||powerpc||mips||mipsel||mips64||riscv64
endef

ifeq ($(HOST_ARCH),$(filter $(HOST_ARCH), x86_64 mips64))
Expand Down
Loading
Loading