The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
344 B
7 lines
344 B
## 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.
|
|
|