corsixth: fix Lua headers argument

This commit is contained in:
Dominyk Tiller 2018-05-27 03:43:07 +01:00 committed by ilovezfs
parent 1427e971d8
commit c13af0fe8d

View file

@ -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