Re: [PATCH 1/3] build: unblock the use of the MSVC compiler

2023-01-26 Thread Bruce Richardson
On Wed, Jan 25, 2023 at 11:25:05AM -0800, Tyler Retzlaff wrote: > Detect when MSVC toolset is available and tweak toolchain arguments > where the meson build system offers no abstraction. > > Signed-off-by: Tyler Retzlaff > --- Acked-by: Bruce Richardson

[PATCH 1/3] build: unblock the use of the MSVC compiler

2023-01-25 Thread Tyler Retzlaff
Detect when MSVC toolset is available and tweak toolchain arguments where the meson build system offers no abstraction. Signed-off-by: Tyler Retzlaff --- buildtools/meson.build | 10 +++--- config/meson.build | 21 ++--- config/x86/meson.build | 8 +--- lib/meson.bui