[dpdk-dev] [PATCH 4/4] mbuf: build on Windows

talshn at mellanox.com talshn at mellanox.com
Mon Jun 1 11:38:18 CEST 2020


From: Tal Shnaiderman <talshn at mellanox.com>

Build the lib for Windows.

Signed-off-by: Tal Shnaiderman <talshn at mellanox.com>
---
 lib/meson.build | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lib/meson.build b/lib/meson.build
index 5486628625..e1a729da8a 100644
--- a/lib/meson.build
+++ b/lib/meson.build
@@ -40,8 +40,7 @@ if is_windows
 		'kvargs',
 		'eal',
 		'ring',
-		'mempool',
-		'pci',
+		'mempool', 'mbuf', 'pci', # core
 		] # only supported libraries for windows
 endif
 
-- 
2.16.1.windows.4



More information about the dev mailing list