diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2021-09-26 18:52:58 -0400 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2021-10-10 14:30:46 +0300 |
commit | da81586a5b026fcce1b11a3505b380dfd61e6a2c (patch) | |
tree | 2fdf1b66df34331053a44e2c4e2a79663e89de7b /mesonbuild/compilers/cpp.py | |
parent | 046d088549c9faa0443e0bdf0d73b38690f40485 (diff) | |
download | meson-da81586a5b026fcce1b11a3505b380dfd61e6a2c.zip meson-da81586a5b026fcce1b11a3505b380dfd61e6a2c.tar.gz meson-da81586a5b026fcce1b11a3505b380dfd61e6a2c.tar.bz2 |
pkgconfig module: correctly generate Libs search path with absolute install_dir
For example the OpenRC build files install libraries to install_dir: '/lib'
and this works, but causes the generated pkg-config to say:
prefix=/usr
Libs: -L${prefix}//lib
which is both ugly (double //) and resolves to /usr/lib which is exactly
what does not work.
Diffstat (limited to 'mesonbuild/compilers/cpp.py')
0 files changed, 0 insertions, 0 deletions