haproxy: fix lua option (#30045)
Apparently I missed one in #28324. Closes #30038.
This commit is contained in:
parent
431739ff97
commit
d19b9b4da1
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class Haproxy < Formula
|
|||
lua = Formula["lua"]
|
||||
args << "USE_LUA=1"
|
||||
args << "LUA_LIB=#{lua.opt_lib}"
|
||||
args << "LUA_INC=#{lua.opt_include}"
|
||||
args << "LUA_INC=#{lua.opt_include}/lua"
|
||||
args << "LUA_LD_FLAGS=-L#{lua.opt_lib}"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue