aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorLarry Shaffer2013-11-19 09:20:52 -0700
committerJack Nagel2013-11-19 13:55:12 -0600
commitff66a245ba89690202efe8a462a751f2d71a4598 (patch)
treec2554f19930c0a21024b4b70d7961c7ebbdf3963 /Library/Formula
parentede4ccbbc3dfee94e4c2d6273f5e9f644c4bfcb7 (diff)
downloadhomebrew-ff66a245ba89690202efe8a462a751f2d71a4598.tar.bz2
grass: fix path to mysql libs
Closes #24493. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/grass.rb2
1 files changed, 1 insertions, 1 deletions
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