protobuf: reduce bottle deviations.
This commit is contained in:
parent
efbf71e4ae
commit
25a1892321
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue