undocked icon indicating copy to clipboard operation
undocked copied to clipboard

ob_NativeCompiler_UcrtPlatform should not be amd64 for all flavors in matrix

Open Gary-Peluso opened this issue 6 months ago • 0 comments

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)

Gary-Peluso avatar Aug 06 '25 17:08 Gary-Peluso