treewide: pkg-config has targetPrefix

This commit is contained in:
John Ericson
2020-05-16 00:21:21 +00:00
parent c71ab32a67
commit ee8cfe4bf3
12 changed files with 12 additions and 13 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ in stdenv.mkDerivation rec {
makeFlags = [
"prefix=${placeholder "out"}"
"PKG_CONFIG=${pkgconfig}/bin/pkg-config"
"PKG_CONFIG=${pkgconfig}/bin/${pkgconfig.targetPrefix}pkg-config"
];
# The .pc files does not declare an `includedir=`, so the multiple