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.
This commit is contained in:
Richard W.M. Jones 2016-09-10 09:47:32 +01:00
parent 423087435d
commit 57dc5023ce

View File

@ -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