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:
parent
8aa7370dda
commit
09dbeff23f
@ -27,4 +27,6 @@ project "luasocket-lib"
|
|||||||
removefiles
|
removefiles
|
||||||
{
|
{
|
||||||
"src/wsocket.*",
|
"src/wsocket.*",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
defines { "LUASOCKET_API=__attribute__((visibility(\"default\")))" }
|
Reference in New Issue
Block a user