]> git.proxmox.com Git - mirror_qemu.git/blobdiff - accel/meson.build
accel/qtest: Support qtest accelerator for Windows
[mirror_qemu.git] / accel / meson.build
index b9a963cf80c350a7279cfe7b3fae529c24fc6974..259c35c4c882c50930d316af24a9662424a622c8 100644 (file)
@@ -16,5 +16,5 @@ dummy_ss.add(files(
   'dummy-cpus.c',
 ))
 
-specific_ss.add_all(when: ['CONFIG_SOFTMMU', 'CONFIG_POSIX'], if_true: dummy_ss)
+specific_ss.add_all(when: ['CONFIG_SOFTMMU'], if_true: dummy_ss)
 specific_ss.add_all(when: ['CONFIG_XEN'], if_true: dummy_ss)