rocksdb: fix component order
This commit is contained in:
parent
fb72ce0bf9
commit
f36018aef6
1 changed files with 2 additions and 1 deletions
|
@ -12,11 +12,12 @@ class Rocksdb < Formula
|
|||
sha256 "e07d5748ec17ea316d7b669bf22e69db5b5c12c488030abbc164d17f004ace44" => :el_capitan
|
||||
end
|
||||
|
||||
needs :cxx11
|
||||
depends_on "gflags"
|
||||
depends_on "lz4"
|
||||
depends_on "snappy"
|
||||
|
||||
needs :cxx11
|
||||
|
||||
def install
|
||||
ENV.cxx11
|
||||
ENV["PORTABLE"] = "1" if build.bottle?
|
||||
|
|
Loading…
Reference in a new issue