diff options
Diffstat (limited to 'tests/fp/meson.build')
| -rw-r--r-- | tests/fp/meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fp/meson.build b/tests/fp/meson.build index cbc17392d6..4ab89aaa96 100644 --- a/tests/fp/meson.build +++ b/tests/fp/meson.build @@ -1,9 +1,9 @@ -if 'CONFIG_TCG' not in config_all +if 'CONFIG_TCG' not in config_all_accel subdir_done() 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 |