lua-compat-5.3
lua-compat-5.3 copied to clipboard
Fix Symbol Visibility
Explicitly marks API symbols with attribute((visibility("default")) on GNU compatible compilers. When building with -fvisibility=hidden, LTO, etc., each lib had its symbol hidden.
This ensures the shared libraries will respectively export luaopen_compat53_io, luaopen_compat53_string, luaopen_compat53_table, and luaopen_compat53_utf8.