1
0
Fork 0
mirror of https://github.com/xHyroM/void-packages.git synced 2024-11-12 18:08:06 +01:00
void-packages/common/environment/configure/pkg-config.sh

6 lines
175 B
Bash
Raw Permalink Normal View History

2024-03-29 08:12:19 +01:00
# This snippet setups pkg-config vars.
if [ -z "$CHROOT_READY" ]; then
export PKG_CONFIG_PATH="${XBPS_MASTERDIR}/usr/lib/pkgconfig:${XBPS_MASTERDIR}/usr/share/pkgconfig"
fi