Skip to content

Commit

Permalink
WIP: apacheGH-36685: [R][C++] Fix illegal opcode failure with Homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jul 15, 2023
1 parent d8982fe commit 26f7516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/tasks/homebrew-formulae/apache-arrow.rb
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def install
-DPARQUET_BUILD_EXECUTABLES=ON
]

system "cmake", "-S", "cpp", "-B", "build", *args, *std_cmake_args
system "cmake", "-S", "cpp", "-B", "build", *std_cmake_args, *args
system "cmake", "--build", "build"
system "cmake", "--install", "build"
end
Expand Down

0 comments on commit 26f7516

Please sign in to comment.