Skip to content

Commit 0e519fe

Browse files
committed
build: Fix behavior when ALLOW_HOST_PACKAGES unset
1 parent f05c1ac commit 0e519fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

depends/config.site.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ PKG_CONFIG="`which pkg-config` --static"
5959
# avoid ruining the cache. Sigh.
6060
export PKG_CONFIG_PATH=$depends_prefix/share/pkgconfig:$depends_prefix/lib/pkgconfig
6161
if test -z "@allow_host_packages@"; then
62-
export PKGCONFIG_LIBDIR=
62+
export PKG_CONFIG_LIBDIR=$depends_prefix/lib/pkgconfig
6363
fi
6464

6565
CPPFLAGS="-I$depends_prefix/include/ $CPPFLAGS"

0 commit comments

Comments
 (0)