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:
parent
423087435d
commit
57dc5023ce
@ -52,6 +52,8 @@
|
|||||||
#include "luaconf-mipsel.h"
|
#include "luaconf-mipsel.h"
|
||||||
#elif defined(__mips)
|
#elif defined(__mips)
|
||||||
#include "luaconf-mips.h"
|
#include "luaconf-mips.h"
|
||||||
|
#elif defined(__riscv__)
|
||||||
|
#include "luaconf-riscv64.h"
|
||||||
#else
|
#else
|
||||||
#error "The lua-devel package is not usable with the architecture."
|
#error "The lua-devel package is not usable with the architecture."
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user