Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to pass LUA_PATH through the environment #122

Merged
merged 1 commit into from
Sep 21, 2015

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