mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 12:20:41 +00:00
move so from lualib to luaclib
This commit is contained in:
@@ -96,7 +96,7 @@ main(int argc, char *argv[]) {
|
||||
|
||||
const char *path = optstring("lua_path","./lualib/?.lua;./lualib/?/init.lua");
|
||||
setenv("LUA_PATH",path,1);
|
||||
const char *cpath = optstring("lua_cpath","./lualib/?.so");
|
||||
const char *cpath = optstring("lua_cpath","./luaclib/?.so");
|
||||
setenv("LUA_CPATH",cpath,1);
|
||||
optstring("luaservice","./service/?.lua");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user