aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/java.py
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2025-02-04 18:18:30 +0100
committerDylan Baker <dylan@pnwbakers.com>2025-07-18 09:42:56 -0700
commit08798850c1c2798e55fe7099cbff231e48d52e42 (patch)
treee5ce57ba3b4a23da748f046df3cae340baf6f19f /mesonbuild/compilers/java.py
parentd5c121e1794781b849702bde3628cb14b8dbc4b5 (diff)
downloadmeson-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