diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2025-02-04 18:18:30 +0100 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2025-07-18 09:42:56 -0700 |
commit | 08798850c1c2798e55fe7099cbff231e48d52e42 (patch) | |
tree | e5ce57ba3b4a23da748f046df3cae340baf6f19f /mesonbuild/compilers/java.py | |
parent | d5c121e1794781b849702bde3628cb14b8dbc4b5 (diff) | |
download | meson-08798850c1c2798e55fe7099cbff231e48d52e42.zip meson-08798850c1c2798e55fe7099cbff231e48d52e42.tar.gz meson-08798850c1c2798e55fe7099cbff231e48d52e42.tar.bz2 |
compilers: add Rustup libdir even if there is no other rpath argument
RustCompiler.build_rpath_args works by appending the directory to the
arguments computed by self.linker.build_rpath_args. This does not
work if there is no argument to begin with, which happens for example
in program crates.
Use the new extra_paths argument to force inclusion of the libdir into
the rpath of the binary, even in that case.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'mesonbuild/compilers/java.py')
0 files changed, 0 insertions, 0 deletions