[dpdk-dev] [PATCH v3 4/7] build: MinGW-w64 support for Meson

Thomas Monjalon thomas at monjalon.net
Tue Feb 18 15:26:47 CET 2020


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?




More information about the dev mailing list