Commits


Sutou Kouhei authored and GitHub committed 62060ab55be
GH-44096: [C++] Don't use Boost.Process with Emscripten (#44097) ### Rationale for this change Boost.Process doesn't work with Emscripten. So we can't build `arrow::util::Process`. ### What changes are included in this PR? Don't use Boost.Process with Emscripten. `arrow::util::Process` returns `Status::NotImplemented` with Emscripten. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * GitHub Issue: #44096 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>