[dpdk-dev] [PATCH v2 3/3] mbuf: build on Windows
talshn at mellanox.com
talshn at mellanox.com
Thu Jun 25 17:24:16 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 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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
--
2.16.1.windows.4
More information about the dev
mailing list