We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8437ad commit 936e903Copy full SHA for 936e903
1 file changed
install.sh
@@ -261,8 +261,8 @@ fi
261
# Set the prefix-based package config directory.
262
PREFIX_PKG_CONFIG_DIR="$PREFIX/lib/pkgconfig"
263
264
-# Augment PKG_CONFIG_PATH search path with our prefix.
265
-export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$PREFIX_PKG_CONFIG_DIR"
+# Prioritize prefix package config in PKG_CONFIG_PATH search path.
+export PKG_CONFIG_PATH="$PREFIX_PKG_CONFIG_DIR:$PKG_CONFIG_PATH"
266
267
# Set a package config save path that can be passed via our builds.
268
with_pkgconfigdir="--with-pkgconfigdir=$PREFIX_PKG_CONFIG_DIR"
0 commit comments