1
0
Fork 0
forked from len0rd/rockbox

Lua: add the package library

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21506 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Maurus Cuelenaere 2009-06-25 13:26:05 +00:00
parent 48f4512518
commit 3ff84e5e4f
7 changed files with 345 additions and 55 deletions

View file

@ -36,6 +36,7 @@ static const luaL_Reg lualibs[] = {
{LUA_OSLIBNAME, luaopen_os},
{LUA_ROCKLIBNAME, luaopen_rock},
{LUA_BITLIBNAME, luaopen_bit},
{LUA_LOADLIBNAME, luaopen_package},
{NULL, NULL}
};