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:
parent
48f4512518
commit
3ff84e5e4f
7 changed files with 345 additions and 55 deletions
|
@ -28,6 +28,9 @@
|
|||
#undef LUAI_TRY
|
||||
#undef luai_jmpbuf
|
||||
|
||||
#undef LUA_PATH_DEFAULT
|
||||
#define LUA_PATH_DEFAULT "./?.lua;" VIEWERS_DIR"/?.lua;"
|
||||
|
||||
#ifndef SIMULATOR
|
||||
#include "../../codecs/lib/setjmp.h"
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue