mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-20 09:48:27 +00:00
qb: Prefer pkgconf over the legacy GNU pkg-config.
This commit is contained in:
parent
06f10d1368
commit
51dfbd98b1
@ -85,7 +85,7 @@ fi
|
||||
|
||||
if [ -z "$PKG_CONF_PATH" ]; then
|
||||
PKG_CONF_PATH="none"
|
||||
for pkgconf in pkg-config; do
|
||||
for pkgconf in pkgconf pkg-config; do
|
||||
PKGCONF="$(exists "${CROSS_COMPILE}${pkgconf}")" || PKGCONF=""
|
||||
[ "$PKGCONF" ] && {
|
||||
PKG_CONF_PATH="$PKGCONF"
|
||||
|
Loading…
Reference in New Issue
Block a user