On Tue, 2 Apr 2024 09:55:48 -0700 Tyler Retzlaff <roret...@linux.microsoft.com> wrote:
> Some libraries that could be built with MSVC were not being built. > > Switch from explicit include to exclude of libs to get immediate CI > coverage of libraries that already work with MSVC Windows builds. > > Signed-off-by: Tyler Retzlaff <roret...@linux.microsoft.com> For mbuf, since it requires mempool, you might not need to explicitly exclude it. But the change looks good. Acked-by: Stephen Hemminger <step...@networkplumber.org>