protobuf@3.1: reduce bottle deviations.
parent
226ae7c496
commit
93a352ba74
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue