From a8470a3c1ccf044a5145b80dbef9b161a68f28d2 Mon Sep 17 00:00:00 2001 From: Yonggang Luo Date: Mon, 22 Sep 2025 23:27:34 +0800 Subject: [PATCH] meson: Update comment to be clear Signed-off-by: Yonggang Luo Tested-by: Vinson Lee Tested-by: Prodea Alexandru-Liviu Part-of: --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index c7925760679..08f24f53933 100644 --- a/meson.build +++ b/meson.build @@ -1090,8 +1090,8 @@ elif host_machine.system() == 'windows' '-D_UCRT_NOISY_NAN', # https://developercommunity.visualstudio.com/t/NAN-is-no-longer-compile-time-constant-i/10688907?viewtype=all ] else - # When the target is not mingw/ucrt - # NOTE: clang's stddef.h are conflict with mingw/ucrt's stddef.h + # When the target is not (mingw with ucrt) + # NOTE: clang's stddef.h are conflict with mingw or ucrt's stddef.h # So do not include headers that defined in clang for detecting # _UCRT if cc.compiles('''