forked from mirrors/nixpkgs
luaPackages.luaexpat: fix case of LUA_LDIR make flag
This commit is contained in:
parent
83c40ada7e
commit
45d4d62122
|
@ -101,7 +101,7 @@ let
|
|||
|
||||
preBuild = ''
|
||||
makeFlagsArray=(
|
||||
lua_ldir="$out/share/lua/${lua.luaversion}"
|
||||
LUA_LDIR="$out/share/lua/${lua.luaversion}"
|
||||
LUA_INC="-I${lua}/include" LUA_CDIR="$out/lib/lua/${lua.luaversion}"
|
||||
EXPAT_INC="-I${expat.dev}/include");
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue