mirror of
https://github.com/xHyroM/void-packages.git
synced 2024-11-10 00:48:06 +01:00
6 lines
175 B
Bash
6 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
|