Skip to content

Comments

Allow to pass LUA_PATH through the environment#122

Merged
creationix merged 1 commit intoluvit:masterfrom
joerg-krause:luajit-lua_path
Sep 21, 2015
Merged

Allow to pass LUA_PATH through the environment#122
creationix merged 1 commit intoluvit:masterfrom
joerg-krause:luajit-lua_path

Conversation

@joerg-krause
Copy link
Contributor

Help LuaJIT to find the jit.* modules in build systems like Buildroot where LUA_PATH has to be passed through the build environment, else building luvi will fail with:

luajit: unknown luaJIT command or jit.* modules not installed

Signed-off-by: Jörg Krause [email protected]

Help LuaJIT to find the jit.* modules in build systems like Buildroot where
LUA_PATH has to be passed through the build environment, else building luvi
will fail with:

```
luajit: unknown luaJIT command or jit.* modules not installed
```

Signed-off-by: Jörg Krause <[email protected]>
creationix added a commit that referenced this pull request Sep 21, 2015
Allow to pass LUA_PATH through the environment
@creationix creationix merged commit a87ab12 into luvit:master Sep 21, 2015
@creationix
Copy link
Member

Good idea, I didn't know there was a variable to help with this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants