leveldb: reduce bottle deviations.
This commit is contained in:
parent
368b258e6c
commit
86c8b39428
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class Leveldb < Formula
|
|||
|
||||
def install
|
||||
system "make"
|
||||
system "make", "check" if build.bottle?
|
||||
system "make", "check"
|
||||
|
||||
include.install "include/leveldb"
|
||||
bin.install "out-static/leveldbutil"
|
||||
|
|
Loading…
Reference in a new issue