Skip to content

Commit 3ed9de4

Browse files
committed
Make Lua symbols visible (possible fix for #9695)
https://bugs.multitheftauto.com/view.php?id=9695
1 parent 222bd4c commit 3ed9de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/lua/src/luaconf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161

162162
#else
163163

164-
#define LUA_API extern
164+
#define LUA_API extern __attribute__((visibility("default")))
165165

166166
#endif
167167

0 commit comments

Comments
 (0)