Skip to content

Commit

Permalink
Nit
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Sep 15, 2022
1 parent a184425 commit 4941806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/tasks/homebrew-formulae/autobrew/apache-arrow.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ class ApacheArrow < Formula
def install
ENV.cxx11
args = %W[
-DARROW_CXXFLAGS="-D_LIBCPP_DISABLE_AVAILABILITY"
-DARROW_BUILD_SHARED=OFF
-DARROW_BUILD_UTILITIES=ON
-DARROW_COMPUTE=ON
-DARROW_CSV=ON
-DARROW_CXXFLAGS="-D_LIBCPP_DISABLE_AVAILABILITY"
-DARROW_DATASET=ON
-DARROW_FILESYSTEM=ON
-DARROW_GCS=ON
Expand Down

0 comments on commit 4941806

Please sign in to comment.