]> www.infradead.org Git - users/dwmw2/qemu.git/commit
meson: merge plugin_ldflags into emulator_link_args
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 6 Jun 2024 13:07:23 +0000 (15:07 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 3 Jul 2024 16:41:25 +0000 (18:41 +0200)
commit0082475e26430297ef65e598db5b67c8ac182620
treef7f2a94c28f32d6823cb6fdf4ebc7a8f3bedd646
parente8f62689acd5930a712655d0c6838ec5eccc6b1c
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>
plugins/meson.build