mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
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 New Issue
Block a user