From: Narcisa Vasile Date: Tue, 5 Jan 2021 02:35:22 +0000 (-0800) Subject: cfgfile: build on Windows X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=e03d2c3c705e40281bda2f11a947f4d3d5e062e6;p=dpdk.git cfgfile: build on Windows The librte_cfgfile lib is functional on Windows. Enable compilation of this lib for Windows. Signed-off-by: Narcisa Vasile --- 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