Re: [dpdk-dev] [PATCH] cfgfile/windows: enable cfgfile compilation for Windows

2021-01-17 Thread Thomas Monjalon
05/01/2021 03:35, Narcisa Ana Maria Vasile: > From: Narcisa Vasile > > The librte_cfgfile lib is functional on Windows. > Enable compilation of this lib for Windows. > > Signed-off-by: Narcisa Vasile It was an easy one :) Applied, thanks.

[dpdk-dev] [PATCH] cfgfile/windows: enable cfgfile compilation for Windows

2021-01-04 Thread Narcisa Ana Maria Vasile
From: Narcisa Vasile The librte_cfgfile lib is functional on Windows. Enable compilation of this lib for Windows. Signed-off-by: Narcisa Vasile --- lib/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/meson.build b/lib/meson.build index ed00f8914..d6492f7a0 100644 --- a/lib/