diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2025-02-27 13:36:49 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2025-06-03 22:42:18 +0200 |
commit | 4f04a4eaf0576a5a5a1c347b63d17b4d5244c979 (patch) | |
tree | 39a171098636194749a776bf45a22ca413b7c771 /python | |
parent | 0074a471477d56723bd6fd044b78c30ff5958f56 (diff) | |
download | qemu-4f04a4eaf0576a5a5a1c347b63d17b4d5244c979.zip qemu-4f04a4eaf0576a5a5a1c347b63d17b4d5244c979.tar.gz qemu-4f04a4eaf0576a5a5a1c347b63d17b4d5244c979.tar.bz2 |
rust: use "objects" for Rust executables as well
libqemuutil is not meant be linked as a whole; if modules are enabled, doing
so results in undefined symbols (corresponding to QMP commands) in
rust/qemu-api/rust-qemu-api-integration.
Support for "objects" in Rust executables is available in Meson 1.8.0; use it
to switching to the same dependencies that C targets use: link_with for
libqemuutil, and objects for everything else.
Reported-by: Bernhard Beschow <shentey@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'python')
0 files changed, 0 insertions, 0 deletions