Looking at the luasocket makefile it seems LUASOCKET_API needs to be defined as __attribute__((visibility(\"default\"))) on all platforms except Windows

This commit is contained in:
Emilio López 2018-03-17 15:15:07 +00:00
parent 8aa7370dda
commit 09dbeff23f

View File

@ -27,4 +27,6 @@ project "luasocket-lib"
removefiles
{
"src/wsocket.*",
}
}
defines { "LUASOCKET_API=__attribute__((visibility(\"default\")))" }