kou commented on code in PR #47535: URL: https://github.com/apache/arrow/pull/47535#discussion_r2331447344
########## ci/scripts/cpp_build.sh: ########## @@ -142,6 +142,7 @@ if [ "${ARROW_USE_MESON:-OFF}" = "ON" ]; then meson setup \ --prefix=${MESON_PREFIX:-${ARROW_HOME}} \ --buildtype=${ARROW_BUILD_TYPE:-debug} \ + -Dpkg_config_path="${CONDA_PREFIX}/lib/pkgconfig/" \ Review Comment: How about using `--pkg-config-path` instead? ```suggestion --pkg-config-path="${CONDA_PREFIX}/lib/pkgconfig/" \ ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org