aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-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