Skip to content

Commit b09654b

Browse files
authored
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
1 parent 58fc857 commit b09654b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/pkg-config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ ROOT=`dirname "$BIN"`
1010
export PKG_CONFIG_DIR=
1111
export PKG_CONFIG_LIBDIR="${ROOT}/lib/pkgconfig:${ROOT}/share/pkgconfig"
1212

13-
exec /usr/bin/pkg-config "$@"
13+
exec pkg-config "$@"

0 commit comments

Comments
 (0)