undocked
undocked copied to clipboard
ob_NativeCompiler_UcrtPlatform should not be amd64 for all flavors in matrix
This template is causing the compiler to use the public libraries installed on the build agent for x86 and arm64 because the uCRT Platform is hard coded to 'amd64'
Instead it should be set to $(ob_build_platform_win)