]> git.proxmox.com Git - mirror_qemu.git/blobdiff - meson.build
meson: remove OS definitions from config_targetos
[mirror_qemu.git] / meson.build
index 7344e3638261d6b7d22f805753881b29e2154741..cf224e252c6ff78f2d0181cfb3ee62da8159fef4 100644 (file)
@@ -2888,14 +2888,6 @@ minikconf = find_program('scripts/minikconf.py')
 config_targetos = {
   (targetos == 'windows' ? 'CONFIG_WIN32' : 'CONFIG_POSIX'): 'y'
 }
-if targetos == 'darwin'
-  config_targetos += {'CONFIG_DARWIN': 'y'}
-elif targetos == 'linux'
-  config_targetos += {'CONFIG_LINUX': 'y'}
-endif
-if targetos in bsd_oses
-  config_targetos += {'CONFIG_BSD': 'y'}
-endif
 
 config_all = {}
 config_all_devices = {}