commit | 0082475e26430297ef65e598db5b67c8ac182620 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Jun 06 15:07:23 2024 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Jul 03 18:41:25 2024 +0200 |
tree | f7f2a94c28f32d6823cb6fdf4ebc7a8f3bedd646 | |
parent | e8f62689acd5930a712655d0c6838ec5eccc6b1c [diff] |
meson: merge plugin_ldflags into emulator_link_args These serve the same purpose, except plugin_ldflags ends up in the linker command line in a more roundabout way (through specific_ss). Simplify. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>