summaryrefslogtreecommitdiff
path: root/apps/plugins/lua/rockconf.h
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-06-25 13:26:05 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-06-25 13:26:05 +0000
commit3ff84e5e4ff402b550b7fa768e010a3586dded10 (patch)
tree34a6c480c7ce02063ebb22c1c1e73d41b0fb7073 /apps/plugins/lua/rockconf.h
parent48f4512518c60456d02b3802d0bae41e6095ec21 (diff)
downloadrockbox-3ff84e5e4ff402b550b7fa768e010a3586dded10.tar.gz
rockbox-3ff84e5e4ff402b550b7fa768e010a3586dded10.zip
Lua: add the package library
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21506 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/lua/rockconf.h')
-rw-r--r--apps/plugins/lua/rockconf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/lua/rockconf.h b/apps/plugins/lua/rockconf.h
index 1b267c78e6..40f7d74554 100644
--- a/apps/plugins/lua/rockconf.h
+++ b/apps/plugins/lua/rockconf.h
@@ -28,6 +28,9 @@
28#undef LUAI_TRY 28#undef LUAI_TRY
29#undef luai_jmpbuf 29#undef luai_jmpbuf
30 30
31#undef LUA_PATH_DEFAULT
32#define LUA_PATH_DEFAULT "./?.lua;" VIEWERS_DIR"/?.lua;"
33
31#ifndef SIMULATOR 34#ifndef SIMULATOR
32#include "../../codecs/lib/setjmp.h" 35#include "../../codecs/lib/setjmp.h"
33#else 36#else