aboutsummaryrefslogtreecommitdiff
path: root/tcg/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'tcg/meson.build')
-rw-r--r--tcg/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcg/meson.build b/tcg/meson.build
index 565c60bc96..c0252c4198 100644
--- a/tcg/meson.build
+++ b/tcg/meson.build
@@ -42,4 +42,4 @@ libtcg_softmmu = static_library('tcg_softmmu',
tcg_softmmu = declare_dependency(link_with: libtcg_softmmu,
dependencies: tcg_ss.dependencies())
-softmmu_ss.add(tcg_softmmu)
+system_ss.add(tcg_softmmu)