From 57dc5023ce9dd4097fe0e9ac64b9b3277c1d91fd Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 10 Sep 2016 09:47:32 +0100 Subject: luaconf.h: Add multilib support for RISC-V architecture. Just a trivial change to make sure this doesn't break when building the .riscv64.rpm package. --- luaconf.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/luaconf.h b/luaconf.h index 7b0ae69..78dd149 100644 --- a/luaconf.h +++ b/luaconf.h @@ -52,6 +52,8 @@ #include "luaconf-mipsel.h" #elif defined(__mips) #include "luaconf-mips.h" +#elif defined(__riscv__) +#include "luaconf-riscv64.h" #else #error "The lua-devel package is not usable with the architecture." #endif -- cgit