[4/4] mbuf: build on Windows

Message ID 20200601093818.5420-5-talshn@mellanox.com (mailing list archive)
State Superseded, archived
Delegated to: Thomas Monjalon
Headers
Series Support librte_mbuf on Windows |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation fail apply issues

Commit Message

Tal Shnaiderman June 1, 2020, 9:38 a.m. UTC
  From: Tal Shnaiderman <talshn@mellanox.com>

Build the lib for Windows.

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

Patch

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