merge fs and path libraries
This commit is contained in:
parent
44f7620a41
commit
11f6a34ebf
5 changed files with 64 additions and 106 deletions
|
@ -15,7 +15,6 @@ static const luaL_Reg loadedlibs[] = {
|
|||
{CALLISTO_JSONLIBNAME, luaopen_json},
|
||||
{LUA_MATHLIBNAME, luaopen_math},
|
||||
{LUA_OSLIBNAME, luaopen_os},
|
||||
{CALLISTO_PATHLIBNAME, luaopen_path},
|
||||
{CALLISTO_PROCLIBNAME, luaopen_process},
|
||||
{NULL, NULL}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue