]> gitweb @ CieloNegro.org - autobuild.git/blobdiff - src/functions.bash
support for PKG_CONFIG_PATH
[autobuild.git] / src / functions.bash
index fe7f3df92058bd4484547a19d7d4ba90a96acd2e..a9ac44fab090a51816c24cc5a6af4677fba6f09a 100644 (file)
@@ -12,6 +12,7 @@ function setConfigArgs () {
     configArgs=( \
         --prefix="$prefix" \
         PATH="$PATH" \
+        PKG_CONFIG_PATH="$PKG_CONFIG_PATH" \
         "$@" \
         )
 }