Skip to content

Commit

Permalink
avoid deprecated way to specify pkg-config in meson crossfile
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Jul 11, 2024
1 parent e9a62db commit 70e4fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/activate-clang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ if [ "@CONDA_BUILD_CROSS_COMPILATION@" = "1" ]; then
# which meson will not auto-discover (out of caution) if not told explicitly.
echo "[binaries]" >> ${CONDA_PREFIX}/meson_cross_file.txt
echo "cmake = '${CONDA_PREFIX}/bin/cmake'" >> ${CONDA_PREFIX}/meson_cross_file.txt
echo "pkgconfig = '${CONDA_PREFIX}/bin/pkg-config'" >> ${CONDA_PREFIX}/meson_cross_file.txt
echo "pkg-config = '${CONDA_PREFIX}/bin/pkg-config'" >> ${CONDA_PREFIX}/meson_cross_file.txt
fi

_tc_activation \
Expand Down

0 comments on commit 70e4fed

Please sign in to comment.