Unverified Commit ad8f82c6 authored by Gregor Hartmann's avatar Gregor Hartmann Committed by GitHub
Browse files

fix search path for lua require (#3336)

parent 63d82131
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
//## Modified for eLua //## Modified for eLua
//## Defaults search modules path to our ROM File System //## Defaults search modules path to our ROM File System
#ifndef LUA_RPC #ifndef LUA_RPC
#define LUA_PATH_DEFAULT "/rfs/?.lua;/rfs/?.lc;/mmc/?.lua;/mmc/?.lc;/rom/?.lua;/rom/?.lc" #define LUA_PATH_DEFAULT "?.lc;?.lua"
#define LUA_CPATH_DEFAULT "" #define LUA_CPATH_DEFAULT ""
#else // #ifndef LUA_RPC #else // #ifndef LUA_RPC
#define LUA_PATH_DEFAULT \ #define LUA_PATH_DEFAULT \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment