[v2,3/3] mbuf: build on Windows

Message ID 20200625152416.11368-4-talshn@mellanox.com (mailing list archive)
State Accepted, 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 25, 2020, 3:24 p.m. UTC
  From: Tal Shnaiderman <talshn@mellanox.com>

Build the lib for Windows.

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

Patch

diff --git a/lib/meson.build b/lib/meson.build
index a9a5be0e5e..dcee2e68ec 100644
--- a/lib/meson.build
+++ b/lib/meson.build
@@ -39,8 +39,8 @@  if is_windows
 	libraries = [
 		'kvargs','eal',
 		'ring',
-		'mempool', 'pci',
-	] # only supported libraries for windows
+		'mempool', 'mbuf', 'pci', # core
+		] # only supported libraries for windows
 endif
 
 default_cflags = machine_args