mysql: install headers in subdirectory
Closes Homebrew/homebrew#21674. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
012d1d7376
commit
b367be04ca
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ class Mysql < Formula
|
|||
args = [".",
|
||||
"-DCMAKE_INSTALL_PREFIX=#{prefix}",
|
||||
"-DMYSQL_DATADIR=#{var}/mysql",
|
||||
"-DINSTALL_INCLUDEDIR=include/mysql",
|
||||
"-DINSTALL_MANDIR=#{man}",
|
||||
"-DINSTALL_DOCDIR=#{doc}",
|
||||
"-DINSTALL_INFODIR=#{info}",
|
||||
|
|
Loading…
Reference in a new issue