merge fs and path libraries

This commit is contained in:
Jeremy Baxter 2023-12-24 14:24:55 +13:00
parent 44f7620a41
commit 11f6a34ebf
5 changed files with 64 additions and 106 deletions

View file

@ -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}
};