protobuf: reduce bottle deviations.

This commit is contained in:
Mike McQuaid 2019-01-24 13:57:04 +00:00
parent efbf71e4ae
commit 25a1892321

View file

@ -36,7 +36,7 @@ class Protobuf < Formula
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}", "--with-zlib"
system "make"
system "make", "check" if build.bottle?
system "make", "check"
system "make", "install"
# Install editor support and examples