From e03d2c3c705e40281bda2f11a947f4d3d5e062e6 Mon Sep 17 00:00:00 2001 From: Narcisa Vasile Date: Mon, 4 Jan 2021 18:35:22 -0800 Subject: [PATCH] cfgfile: build on Windows The librte_cfgfile lib is functional on Windows. Enable compilation of this lib for Windows. Signed-off-by: Narcisa Vasile --- lib/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/meson.build b/lib/meson.build index ed00f89146..d6492f7a09 100644 --- a/lib/meson.build +++ b/lib/meson.build @@ -45,6 +45,7 @@ if is_windows 'mempool', 'mbuf', 'net', 'meter', 'ethdev', 'pci', 'cmdline', 'hash', + 'cfgfile', ] # only supported libraries for windows endif -- 2.20.1