This repository has been archived on 2024-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
|
# 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
|