Skip to content

Commit 977a1e8

Browse files
committed
GH-47534: [C++] Detect conda-installed packages in Meson CI
1 parent 3105d9c commit 977a1e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/scripts/cpp_build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ if [ "${ARROW_USE_MESON:-OFF}" = "ON" ]; then
142142
meson setup \
143143
--prefix=${MESON_PREFIX:-${ARROW_HOME}} \
144144
--buildtype=${ARROW_BUILD_TYPE:-debug} \
145+
-Dpkg_config_path="${CONDA_PREFIX}/lib/pkgconfig/" \
145146
-Dauto_features=enabled \
146147
-Dfuzzing=disabled \
147148
-Dgcs=disabled \

0 commit comments

Comments
 (0)