grass: fix path to mysql libs
Closes Homebrew/homebrew#24493. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
56133cb2cd
commit
4c8e827193
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue