We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e84134 commit 5ccc464Copy full SHA for 5ccc464
1 file changed
install.sh
@@ -255,8 +255,8 @@ fi
255
# Set the prefix-based package config directory.
256
PREFIX_PKG_CONFIG_DIR="$PREFIX/lib/pkgconfig"
257
258
-# Augment PKG_CONFIG_PATH search path with our prefix.
259
-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"
260
261
# Set a package config save path that can be passed via our builds.
262
with_pkgconfigdir="--with-pkgconfigdir=$PREFIX_PKG_CONFIG_DIR"
0 commit comments