From ff66a245ba89690202efe8a462a751f2d71a4598 Mon Sep 17 00:00:00 2001 From: Larry Shaffer Date: Tue, 19 Nov 2013 09:20:52 -0700 Subject: grass: fix path to mysql libs Closes #24493. Signed-off-by: Jack Nagel --- Library/Formula/grass.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/grass.rb b/Library/Formula/grass.rb index 5b75b6dec..b3bdf9724 100644 --- a/Library/Formula/grass.rb +++ b/Library/Formula/grass.rb @@ -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 -- cgit v1.2.3