diff options
author | getzze <getzze@gmail.com> | 2017-10-10 23:18:19 +0100 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-10-19 20:22:32 +0300 |
commit | 6ce42e2ec51a9f9b48b6d00303bf5dfc1596498e (patch) | |
tree | 0b259670d48c5ee98753a8a0a768bdacafec8627 /mesonbuild/modules/qt4.py | |
parent | 3fcf4ad272e7901844e8b6465f866526c1d7e293 (diff) | |
download | meson-6ce42e2ec51a9f9b48b6d00303bf5dfc1596498e.zip meson-6ce42e2ec51a9f9b48b6d00303bf5dfc1596498e.tar.gz meson-6ce42e2ec51a9f9b48b6d00303bf5dfc1596498e.tar.bz2 |
Error for Libs in package_config function
Without specifying a custom install directory string, get_custom_install_dir() returns True. So for the `Libs` entry I was getting this:
Libs: -L${prefix}/True -lfoo
Now it behaves as expected:
Libs: -L${libdir} -lfoo
Diffstat (limited to 'mesonbuild/modules/qt4.py')
0 files changed, 0 insertions, 0 deletions