Update Lua to install pkg-config info.

This commit is contained in:
Adam Vandenberg 2009-12-11 09:53:27 -08:00 committed by Max Howell
parent e507f87618
commit 33fc9469c6

View file

@ -22,6 +22,8 @@ class Lua <Formula
system "make macosx"
system "make install"
(lib+"pkgconfig").install 'etc/lua.pc'
end
end