添加linux默认引用lua5.3库

This commit is contained in:
2024-06-18 15:54:41 +08:00
parent efe83626d6
commit 8f777f328d

View File

@@ -116,6 +116,13 @@ void fastweb::module_manager::start()
#define DLL_EXT "dll"
#else
#define DLL_EXT "so"
#endif
#ifndef _WIN32
// Linux
{
m_lua_include_path += ";/usr/local/lib/lua/5.3/?.lua";
m_lua_include_cpath += ";/usr/local/share/lua/5.3/?.lua";
}
#endif
// 用户
{