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

2023-08-11 Thread David Marchand
On Tue, Apr 25, 2023 at 10:08 PM 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 > --- > buildtools/meson.build | 10 +++--- > c

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

2023-04-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 Acked-by: Bruce Richardson --- buildtools/meson.build | 10 +++--- config/meson.build | 21 ++--- config/x86/meson.build