summary refs log tree commit diff stats
path: root/rust/common/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'rust/common/meson.build')
-rw-r--r--rust/common/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/common/meson.build b/rust/common/meson.build
index 230a967760..b805e0faf5 100644
--- a/rust/common/meson.build
+++ b/rust/common/meson.build
@@ -19,7 +19,7 @@ _common_rs = static_library(
   override_options: ['rust_std=2021', 'build.rust_std=2021'],
   rust_abi: 'rust',
   rust_args: _common_cfg,
-  dependencies: [libc_rs],
+  dependencies: [libc_rs, qemu_macros],
 )
 
 common_rs = declare_dependency(link_with: [_common_rs])