build: Remove absolute path on pkg-config

This allows it to be found on macOS and should fix linking libnfs with builds of the Android app
This commit is contained in:
Colin Edwards
2023-12-20 23:23:18 -06:00
committed by GitHub
parent 58fc857a2d
commit b09654b53a

View File

@@ -10,4 +10,4 @@ ROOT=`dirname "$BIN"`
export PKG_CONFIG_DIR=
export PKG_CONFIG_LIBDIR="${ROOT}/lib/pkgconfig:${ROOT}/share/pkgconfig"
exec /usr/bin/pkg-config "$@"
exec pkg-config "$@"