protobuf-swift: add link to upstream bug report
Closes #16843. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
825c64b631
commit
597551a6ad
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ class ProtobufSwift < Formula
|
|||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
depends_on "libtool" => :build
|
||||
|
||||
# Upstream issue "protobuf 3.4.0 build failure"
|
||||
# Reported 16 Aug 2017 https://github.com/alexeyxo/protobuf-swift/issues/217
|
||||
depends_on "protobuf@3.1"
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue