mysql-connector-c: add conflict with mysql-cluster

This commit is contained in:
Dominyk Tiller 2018-08-14 18:15:53 +01:00
parent 0ad7ca3857
commit 229b378bac
No known key found for this signature in database
GPG key ID: FE19AEFCF658C6F6

View file

@ -16,6 +16,8 @@ class MysqlConnectorC < Formula
conflicts_with "mysql", "mariadb", "percona-server",
:because => "both install MySQL client libraries"
conflicts_with "mysql-cluster",
:because => "both install `bin/my_print_defaults`"
def install
system "cmake", ".", "-DWITH_SSL=system", *std_cmake_args