Skip to content

main/lua5.4: add c++ pkgconfig

Ghost User requested to merge (removed):lua5.4-cpp into master

debian seems to have it https://salsa.debian.org/lua-team/lua5.4/-/blob/master/debian/lua-c++.pc.in
and it seems to actually be used by some people (see !34167 (merged)).

also add the extern C guard to make lua safe to import from C++

Merge request reports