X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=autobuild.git;a=blobdiff_plain;f=src%2Ffunctions.bash;h=a9ac44fab090a51816c24cc5a6af4677fba6f09a;hp=fe7f3df92058bd4484547a19d7d4ba90a96acd2e;hb=4dd854cdecf6e203ea3966969332a592a826ffe5;hpb=06b06f86e46f398819ce2f73245041c540c8b87a diff --git a/src/functions.bash b/src/functions.bash index fe7f3df..a9ac44f 100644 --- a/src/functions.bash +++ b/src/functions.bash @@ -12,6 +12,7 @@ function setConfigArgs () { configArgs=( \ --prefix="$prefix" \ PATH="$PATH" \ + PKG_CONFIG_PATH="$PKG_CONFIG_PATH" \ "$@" \ ) }