Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ make build LUA_INCDIR=/path/to/lua/includes LUA=luajit
```

You may need to pass `LUA_DIR` (e.g. `/usr`) instead, must contain `include` and `lib` directories,
in which case it will also attempt to detect luajit automatically.
in which case it will also attempt to detect luajit automatically using the `bin` directory if present.

You can also set `LUA_LIBDIR` and `LUALIB` individually instead, to be passed to `-L` and `-l` flags for the cli binary

Expand Down