rocksdb: fix component order

This commit is contained in:
commitay 2018-09-21 14:44:18 +10:00
parent fb72ce0bf9
commit f36018aef6

View file

@ -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?