aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
authorFini Jastrow <ulf.fini.jastrow@desy.de>2020-11-25 14:43:11 +0100
committerJussi Pakkanen <jpakkane@gmail.com>2021-01-20 19:00:25 +0000
commit49cde9653c904b7f3ddc6b42bb4cf1bd4646d162 (patch)
tree8a9664a95ce919567d74118a369eb472c772be17 /docs/markdown/snippets
parent3c304bbb79ac5562ad401c722801a7d9ad4de0c6 (diff)
downloadmeson-49cde9653c904b7f3ddc6b42bb4cf1bd4646d162.zip
meson-49cde9653c904b7f3ddc6b42bb4cf1bd4646d162.tar.gz
meson-49cde9653c904b7f3ddc6b42bb4cf1bd4646d162.tar.bz2
ninjabackend: Correct RPATH order
[why] If we build and test a library we need to make sure that we find the currently build library object first, before an older system installed one. This can be broken if the library in question is installed in a custom path, and another library we depend on also is installed there. [how] Just move the rpath to the current build artifacts to the front. Solves #8030. Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
Diffstat (limited to 'docs/markdown/snippets')
0 files changed, 0 insertions, 0 deletions