On Tue, 2 Apr 2024 09:55:48 -0700 Tyler Retzlaff <[email protected]> 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 <[email protected]> For mbuf, since it requires mempool, you might not need to explicitly exclude it. But the change looks good. Acked-by: Stephen Hemminger <[email protected]>

