aboutsummaryrefslogtreecommitdiff
path: root/tests/fp/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fp/meson.build')
-rw-r--r--tests/fp/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fp/meson.build b/tests/fp/meson.build
index 9ef322afc4..4ab89aaa96 100644
--- a/tests/fp/meson.build
+++ b/tests/fp/meson.build
@@ -3,7 +3,7 @@ if 'CONFIG_TCG' not in config_all_accel
endif
# There are namespace pollution issues on Windows, due to osdep.h
# bringing in Windows headers that define a FLOAT128 type.
-if targetos == 'windows'
+if host_os == 'windows'
subdir_done()
endif