92f6176390
share/pkgconfig in addition to lib/pkgconfig. svn path=/nixpkgs/branches/stdenv-updates/; revision=10993
7 lines
184 B
Bash
7 lines
184 B
Bash
addPkgConfigPath () {
|
|
addToSearchPath PKG_CONFIG_PATH /lib/pkgconfig "" $1
|
|
addToSearchPath PKG_CONFIG_PATH /share/pkgconfig "" $1
|
|
}
|
|
|
|
envHooks=(${envHooks[@]} addPkgConfigPath)
|