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 3067d07 commit 0df71c3Copy full SHA for 0df71c3
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