From: Narcisa Vasile <navas...@microsoft.com> The librte_cfgfile lib is functional on Windows. Enable compilation of this lib for Windows.
Signed-off-by: Narcisa Vasile <navas...@microsoft.com> --- 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/meson.build +++ b/lib/meson.build @@ -45,6 +45,7 @@ if is_windows 'mempool', 'mbuf', 'net', 'meter', 'ethdev', 'pci', 'cmdline', 'hash', + 'cfgfile', ] # only supported libraries for windows endif -- 2.23.0.vfs.1.1.63.g5a5ad7f