summaryrefslogtreecommitdiffstats
path: root/pkgconf-wrapper.sh
blob: 5cd1640e1ccd18e539906054a091f29b89abd0ef (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

if [ x"${OPK_HOST_ARCH}" != x'' ]; then
	export PKG_CONFIG_LIBDIR="/usr/lib/${OPK_HOST_ARCH}/pkgconfig"
	export PKG_CONFIG_PATH="/usr/lib/${OPK_HOST_ARCH}/pkgconfig"
fi

exec /usr/libexec/pkgconf "${@}"