[dpdk-dev] [PATCH] cfgfile/windows: enable cfgfile compilation for Windows
From: Narcisa Ana Maria Vasile <hidden>
Date: 2021-01-05 02:35:46
From: Narcisa Vasile <redacted> The librte_cfgfile lib is functional on Windows. Enable compilation of this lib for Windows. Signed-off-by: Narcisa Vasile <redacted> --- 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