mysql: removed unneeded fails_with :llvm.
We don't support this compiler (`llvm-gcc`) any more. Closes #7181. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
a2112009ce
commit
275d5078ec
1 changed files with 0 additions and 5 deletions
|
@ -37,11 +37,6 @@ class Mysql < Formula
|
||||||
conflicts_with "mariadb-connector-c",
|
conflicts_with "mariadb-connector-c",
|
||||||
:because => "both install plugins"
|
:because => "both install plugins"
|
||||||
|
|
||||||
fails_with :llvm do
|
|
||||||
build 2326
|
|
||||||
cause "https://github.com/Homebrew/homebrew/issues/issue/144"
|
|
||||||
end
|
|
||||||
|
|
||||||
def datadir
|
def datadir
|
||||||
var/"mysql"
|
var/"mysql"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue