diff options
Diffstat (limited to 'tests/qemu-iotests/meson.build')
-rw-r--r-- | tests/qemu-iotests/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/meson.build b/tests/qemu-iotests/meson.build index 53847cb..fad340a 100644 --- a/tests/qemu-iotests/meson.build +++ b/tests/qemu-iotests/meson.build @@ -1,4 +1,4 @@ -if not have_tools or targetos == 'windows' +if not have_tools or host_os == 'windows' subdir_done() endif |