blob: c46f0c2e67e7f89d46d826d8ce78da7412abf4e3 (
plain)
1
2
3
4
5
6
7
|
## rpath removal now more careful
On Linux-like systems, meson adds rpath entries to allow running apps
in the build tree, and then removes those build-time-only
rpath entries when installing. Rpath entries may also come
in via LDFLAGS and via .pc files. Meson used to remove those
latter rpath entries by accident, but is now more careful.
|