Skip to content

README: Add gcc-multilib to dependencies

Josef Schlehofer requested to merge luajit_gccmultilib into v4.0

On Friday, we met an issue that Luajit can not be cross-compiled if you don't have installed gcc-multilib. As it throws this error: fatal error: bits/libc-header-start.h: No such file or directory

I mention it also in the commit message.

Merge request reports