mysql++: Fix libs location
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
fecfd046bc
commit
48ead52f8d
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue