Allows more fine-grained patches without breaking bisecting. 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 bf6378481250..e83aa4f5c3c9 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 targetos != 'darwin' +if false #targetos != 'darwin' modular_tcg = ['i386-softmmu', 'x86_64-softmmu'] endif -- 2.31.1