diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2025-09-12 15:27:00 +0200 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2025-10-08 10:51:48 -0700 |
| commit | 018d224821f91c1d352e71b59e35e6f2fe64b119 (patch) | |
| tree | 81cfd89697b550b5eefaa45479e7623efecd909f /mesonbuild/compilers | |
| parent | 400f0325074c4ede26d99742885ecbcf2f108b08 (diff) | |
| download | meson-018d224821f91c1d352e71b59e35e6f2fe64b119.tar.gz | |
ninjabackend: unify conversion from path to -L/-l
When Meson cannot use -Clink-arg=, it has to split the path into a -L
option (to add to the search directory) and a -l option (to actually
link). Furthermore, if rustc does not support verbatim, Meson needs to
undo the addition of "lib" and the extension.
Do both tasks in the same place and with the same logic, instead of
treating internal and external libraries differently.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'mesonbuild/compilers')
0 files changed, 0 insertions, 0 deletions
