diff options
| author | Michael Paul Bailey | 2011-09-28 10:06:36 -0600 |
|---|---|---|
| committer | Adam Vandenberg | 2011-11-29 22:12:38 -0800 |
| commit | d0ebdc63dc5ba5b9542bfe44940e1c51e91bdd99 (patch) | |
| tree | 9d8631e3aae3d9fbe58da02cc6af32f83945578b /Library | |
| parent | 83f742e151327559196cbe4a53696536817b8126 (diff) | |
| download | homebrew-d0ebdc63dc5ba5b9542bfe44940e1c51e91bdd99.tar.bz2 | |
mysql++: Fix libs location
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mysql++.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/mysql++.rb b/Library/Formula/mysql++.rb index d3c0d485c..ab289dac8 100644 --- a/Library/Formula/mysql++.rb +++ b/Library/Formula/mysql++.rb @@ -12,6 +12,7 @@ class Mysqlxx < Formula "--disable-dependency-tracking", "--prefix=#{prefix}", "--with-field-limit=40", + "--with-mysql-lib=#{HOMEBREW_PREFIX}/lib", "--with-mysql-include=#{HOMEBREW_PREFIX}/include" system "make install" end |
