apache-arrow: fix component order
This commit is contained in:
parent
7fc56f8c46
commit
f972f4bc90
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,6 @@ class ApacheArrow < Formula
|
|||
depends_on "python" => :optional
|
||||
depends_on "python@2" => :optional
|
||||
|
||||
needs :cxx11
|
||||
|
||||
# Fix "Invalid character ('{') in a variable name: 'ENV'"
|
||||
# Upstream PR 08 Aug 2018 "[C++] Fix a typo in `FindClangTools.cmake`."
|
||||
# See https://github.com/apache/arrow/pull/2404
|
||||
|
@ -29,6 +27,8 @@ class ApacheArrow < Formula
|
|||
sha256 "77a03e841186e132b44d8a6212c7ca6934b1b9bd77173f91cff53507b0906f3e"
|
||||
end
|
||||
|
||||
needs :cxx11
|
||||
|
||||
def install
|
||||
ENV.cxx11
|
||||
args = []
|
||||
|
|
Loading…
Reference in a new issue