On 4/23/25 02:26, Philippe Mathieu-Daudé wrote:
diff --git a/accel/tcg/meson.build b/accel/tcg/meson.build
index 14bf797fda..185830d0f5 100644
--- a/accel/tcg/meson.build
+++ b/accel/tcg/meson.build
@@ -3,6 +3,10 @@ common_ss.add(when: 'CONFIG_TCG', if_true: files(
    'tcg-runtime.c',
    'tcg-runtime-gvec.c',
  ))
+if get_option('plugins')
+  common_ss.add(when: 'CONFIG_TCG', if_true: files('plugin-gen.c'))

So far plugins imply TCG; is this in preparation of supporting plugins
with other accelerators?

No, all items in accel/tcg/meson.build are tagged CONFIG_TCG.


r~

Reply via email to