diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/grass.rb | 2 |
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 |
