grass: fix path to mysql libs

Closes Homebrew/homebrew#24493.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Larry Shaffer 2013-11-19 09:20:52 -07:00 committed by Jack Nagel
parent 56133cb2cd
commit 4c8e827193

View file

@ -96,7 +96,7 @@ class Grass < Formula
if build.with? "mysql"
mysql = Formula.factory('mysql')
args << "--with-mysql-includes=#{mysql.include}/mysql"
args << "--with-mysql-libs=#{mysql.lib}/mysql"
args << "--with-mysql-libs=#{mysql.lib}"
args << "--with-mysql"
end