diff options
Diffstat (limited to 'rust/system/meson.build')
| -rw-r--r-- | rust/system/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/system/meson.build b/rust/system/meson.build index 9f88166f3d..3ec140de01 100644 --- a/rust/system/meson.build +++ b/rust/system/meson.build @@ -39,4 +39,4 @@ _system_rs = static_library( ) system_rs = declare_dependency(link_with: [_system_rs], - dependencies: [qemu_macros, hwcore]) + dependencies: [hwcore]) |