forked from DGNum/liminix
libubox: build with Lua
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
parent
c24c659ee1
commit
6d4237ff87
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@ stdenv.mkDerivation rec {
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
"-DBUILD_EXAMPLES=off"
|
"-DBUILD_EXAMPLES=off"
|
||||||
# TODO: it explode at install phase.
|
# TODO: it explode at install phase.
|
||||||
"-DBUILD_LUA=off"
|
"-DBUILD_LUA=on"
|
||||||
|
"-DLUAPATH=${placeholder "out"}/lib/lua"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in a new issue