mingodad/ljs-5.4

Path issue. (NOT A BUG)

Opened this issue · 1 comments

This is a small thing I wanted to point out, I think you changed the path for personal use to

#define LUA_ROOT	"/home/mingo/local/ljs-5.4.4/"

when it should be

#define LUA_ROOT	"/usr/local/"

which you did comment out, Idk if you forgot to change it back. If you would like I can make a PR of a fix.

Thanks for pointing it out !
In reality it should be a user defined path:

#ifndef LUA_ROOT
#define LUA_ROOT	"/usr/local/"
#endif