protobuf@3.1: reduce bottle deviations.

master
Mike McQuaid 2019-01-24 13:57:05 +00:00
parent 226ae7c496
commit 93a352ba74
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ class ProtobufAT31 < 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