]> git.proxmox.com Git - mirror_qemu.git/blobdiff - backends/meson.build
configure, meson: rename targetos to host_os
[mirror_qemu.git] / backends / meson.build
index 6dee4e9203b29295b4e427fe4c5ec0c2d736ac0d..8b2b111497f7c6cd5cb6ca50ec6d1474a543fc9f 100644 (file)
@@ -10,11 +10,11 @@ system_ss.add([files(
   'confidential-guest-support.c',
 ), numa])
 
-if targetos != 'windows'
+if host_os != 'windows'
   system_ss.add(files('rng-random.c'))
   system_ss.add(files('hostmem-file.c'))
 endif
-if targetos == 'linux'
+if host_os == 'linux'
   system_ss.add(files('hostmem-memfd.c'))
 endif
 if keyutils.found()