]> git.proxmox.com Git - mirror_qemu.git/blobdiff - bsd-user/meson.build
configure, meson: rename targetos to host_os
[mirror_qemu.git] / bsd-user / meson.build
index c6bfd3b2b539cdcef9bbc82bdc2d5aab59caf51f..39bad0ae33e7a27d91b8e9069cf96ee0fc4cc293 100644 (file)
@@ -24,6 +24,6 @@ kvm = cc.find_library('kvm', required: true)
 bsd_user_ss.add(elf, procstat, kvm)
 
 # Pull in the OS-specific build glue, if any
-subdir(targetos)
+subdir(host_os)
 
 specific_ss.add_all(when: 'CONFIG_BSD_USER', if_true: bsd_user_ss)