protobuf: fix broken link in comment

Closes Homebrew/homebrew#46149.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
Viktor Szakats 2015-11-19 03:54:58 +01:00 committed by Dominyk Tiller
parent cd7a3a7f6d
commit 2ff3086233

View file

@ -70,7 +70,7 @@ class Protobuf < Formula
def install
# Don't build in debug mode. See:
# https://github.com/Homebrew/homebrew/issues/9279
# http://code.google.com/p/protobuf/source/browse/trunk/configure.ac#61
# https://github.com/google/protobuf/blob/5c24564811c08772d090305be36fae82d8f12bbe/configure.ac#L61
ENV.prepend "CXXFLAGS", "-DNDEBUG"
ENV.universal_binary if build.universal?
ENV.cxx11 if build.cxx11?