meson: Update comment to be clear

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Tested-by: Vinson Lee <vlee@freedesktop.org>
Tested-by: Prodea Alexandru-Liviu <liviuprodea@yahoo.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37514>
This commit is contained in:
Yonggang Luo 2025-09-22 23:27:34 +08:00 committed by Marge Bot
parent e4b524709f
commit a8470a3c1c

View file

@ -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 '-D_UCRT_NOISY_NAN', # https://developercommunity.visualstudio.com/t/NAN-is-no-longer-compile-time-constant-i/10688907?viewtype=all
] ]
else else
# When the target is not mingw/ucrt # When the target is not (mingw with ucrt)
# NOTE: clang's stddef.h are conflict with mingw/ucrt's stddef.h # 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 # So do not include headers that defined in clang for detecting
# _UCRT # _UCRT
if cc.compiles(''' if cc.compiles('''