Closed memreflect closed 4 years ago
Specifying the directory to install .pc files is necessary on systems where the pkg-config tool expects those files in a directory other than $(libdir)/pkgconfig, similar to how Debian expects libraries in lib/${triple} rather than lib.
$(libdir)/pkgconfig
lib/${triple}
lib
Specifying the directory to install .pc files is necessary on systems where the pkg-config tool expects those files in a directory other than
$(libdir)/pkgconfig
, similar to how Debian expects libraries inlib/${triple}
rather thanlib
.