We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f05c1ac commit 0e519feCopy full SHA for 0e519fe
depends/config.site.in
@@ -59,7 +59,7 @@ PKG_CONFIG="`which pkg-config` --static"
59
# avoid ruining the cache. Sigh.
60
export PKG_CONFIG_PATH=$depends_prefix/share/pkgconfig:$depends_prefix/lib/pkgconfig
61
if test -z "@allow_host_packages@"; then
62
- export PKGCONFIG_LIBDIR=
+ export PKG_CONFIG_LIBDIR=$depends_prefix/lib/pkgconfig
63
fi
64
65
CPPFLAGS="-I$depends_prefix/include/ $CPPFLAGS"
0 commit comments