On Fri, 4 Apr 2025 12:42:21 +0530
Nitin Saxena <nsax...@marvell.com> wrote:

> diff --git a/lib/node/meson.build b/lib/node/meson.build
> index 0bed97a96c..4330d0450b 100644
> --- a/lib/node/meson.build
> +++ b/lib/node/meson.build
> @@ -8,6 +8,7 @@ if is_windows
>  endif
> 
>  sources = files(
> +        'node_mbuf_dynfield.c',
>          'ethdev_ctrl.c',
>          'ethdev_rx.c',
>          'ethdev_tx.c',
> @@ -30,6 +31,7 @@ headers = files(
>          'rte_node_ip4_api.h',
>          'rte_node_ip6_api.h',
>          'rte_node_udp4_input_api.h',
> +        'rte_node_mbuf_dynfield.h'
>  )

Github build is failing or this.

Processing lib/node/meson.build
Error: Missing trailing "," in list at lib/node/meson.build:3

Reply via email to