Skip to content

Commit

Permalink
luasec: attempt to fix build on Darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Jan 26, 2017
1 parent e2a2f6d commit ae892ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/lua-packages.nix
Expand Up @@ -167,7 +167,7 @@ let

preBuild = ''
makeFlagsArray=(
linux
${stdenv.lib.optionalString stdenv.isLinux "linux"}
LUAPATH="$out/lib/lua/${lua.luaversion}"
LUACPATH="$out/lib/lua/${lua.luaversion}"
INC_PATH="-I${lua}/include"
Expand Down

0 comments on commit ae892ab

Please sign in to comment.