Everything is in place now, so re-enable modular tcg builds, with alot more code actually being built modular now.
Signed-off-by: Gerd Hoffmann <kra...@redhat.com> --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index e83aa4f5c3c9..bf6378481250 100644 --- a/meson.build +++ b/meson.build @@ -94,7 +94,7 @@ endif modular_tcg = [] # Darwin does not support references to thread-local variables in modules -if false #targetos != 'darwin' +if targetos != 'darwin' modular_tcg = ['i386-softmmu', 'x86_64-softmmu'] endif -- 2.31.1