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:
parent
58fc857a2d
commit
b09654b53a
|
@ -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 "$@"
|
||||
|
|
Loading…
Reference in New Issue