[v2,3/3] mbuf: build on Windows
Checks
Commit Message
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(-)
@@ -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