We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3105d9c commit 977a1e8Copy full SHA for 977a1e8
ci/scripts/cpp_build.sh
@@ -142,6 +142,7 @@ if [ "${ARROW_USE_MESON:-OFF}" = "ON" ]; then
142
meson setup \
143
--prefix=${MESON_PREFIX:-${ARROW_HOME}} \
144
--buildtype=${ARROW_BUILD_TYPE:-debug} \
145
+ -Dpkg_config_path="${CONDA_PREFIX}/lib/pkgconfig/" \
146
-Dauto_features=enabled \
147
-Dfuzzing=disabled \
148
-Dgcs=disabled \
0 commit comments