18/02/2020 01:02, Dmitry Kozlyuk: > --- a/config/meson.build > +++ b/config/meson.build > +# MS linker requires special treatment. > +# FIXME: use cc.get_linker_id() with Meson >= 0.54 > +is_ms_linker = is_windows and (cc.get_id() == 'clang')
Please could you replace this FIXME with an actual fix in meson.build?