提交 1f2b632a authored 作者: Michael Jerris's avatar Michael Jerris

FS-5999: set visibility on lua symbols that are supposed to be exported

上级 b65d2a9a
......@@ -150,7 +150,12 @@
#else /* }{ */
#define LUA_API extern
#if (defined(__GNUC__) || defined(__SUNPRO_CC) || defined (__SUNPRO_C)) && defined(HAVE_VISIBILITY) && (defined(LUA_CORE) || defined(LUA_LIB))
#define LUA_API __attribute__((visibility("default")))
#else
#define LUA_API extern
#endif
#endif
#endif /* } */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论