diff options
| author | Yonggang Luo <luoyonggang@gmail.com> | 2025-09-22 23:27:34 +0800 |
|---|---|---|
| committer | Marge Bot <marge-bot@fdo.invalid> | 2025-09-24 18:13:03 +0000 |
| commit | a8470a3c1ccf044a5145b80dbef9b161a68f28d2 (patch) | |
| tree | bf9cfc19674ab0ea3b32bef00033adbbe6f808e7 | |
| parent | e4b524709f90d81895e990065966f930c087d252 (diff) | |
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>
| -rw-r--r-- | meson.build | 4 |
1 files 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(''' |