corsixth: fix Lua headers argument
This commit is contained in:
parent
1427e971d8
commit
c13af0fe8d
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class Corsixth < Formula
|
|||
end
|
||||
end
|
||||
|
||||
system "cmake", ".", "-DLUA_INCLUDE_DIR=#{Formula["lua"].opt_include}",
|
||||
system "cmake", ".", "-DLUA_INCLUDE_DIR=#{Formula["lua"].opt_include}/lua",
|
||||
"-DLUA_LIBRARY=#{Formula["lua"].opt_lib}/liblua.dylib",
|
||||
"-DLUA_PROGRAM_PATH=#{Formula["lua"].opt_bin}/lua",
|
||||
*std_cmake_args
|
||||
|
|
Loading…
Reference in a new issue