diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2021-07-14 17:37:39 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2021-07-18 17:38:44 +0530 |
commit | 4b00d15adffd9eff26994518365aca3b1a8ae6a7 (patch) | |
tree | c16e21fc96ba539c6f3b09a384905816a5ce4427 /mesonbuild/interpreterbase/baseobjects.py | |
parent | 72f8838aad2deeff0b5d24bea75d748fa3f72f99 (diff) | |
download | meson-4b00d15adffd9eff26994518365aca3b1a8ae6a7.zip meson-4b00d15adffd9eff26994518365aca3b1a8ae6a7.tar.gz meson-4b00d15adffd9eff26994518365aca3b1a8ae6a7.tar.bz2 |
gnome: Always pass absolute -L paths to g-ir-scanner
g-ir-scanner does not convert relative -L paths to runtime paths which
are added to -Wl,-rpath and LD_LIBRARY_PATH / DYLD_LIBRARY_PATH
/ PATH. This means that the local library will either not be found at
runtime (while building introspection data), or the system-wide
library will be picked instead.
See: giscanner/ccompiler.py:get_internal_link_flags() in
gobject-introspection for more details.
Diffstat (limited to 'mesonbuild/interpreterbase/baseobjects.py')
0 files changed, 0 insertions, 0 deletions