mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 07:20:10 +01:00
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:
parent
e4b524709f
commit
a8470a3c1c
1 changed files with 2 additions and 2 deletions
|
|
@ -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('''
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue