pkgs/common/environment/configure/pkg-config.sh
2022-04-12 14:56:19 -04:00

5 lines
175 B
Bash

# 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