msgpack: add conflicts_with against msgpack (#3950)
This commit is contained in:
parent
28c4e1d94b
commit
6f649f946d
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ class FluentBit < Formula
|
|||
depends_on "cmake" => :build
|
||||
|
||||
conflicts_with "mbedtls", :because => "fluent-bit includes mbedtls libraries."
|
||||
conflicts_with "msgpack", :because => "fluent-bit includes msgpack libraries."
|
||||
|
||||
def install
|
||||
system "cmake", ".", "-DWITH_IN_MEM=OFF", *std_cmake_args
|
||||
|
|
Loading…
Reference in a new issue