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

Narcisa Ana Maria Vasile navasile at linux.microsoft.com
Tue Jan 5 03:35:22 CET 2021


From: Narcisa Vasile <navasile at microsoft.com>

The librte_cfgfile lib is functional on Windows.
Enable compilation of this lib for Windows.

Signed-off-by: Narcisa Vasile <navasile at 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



More information about the dev mailing list