Closed
Description
I'm unable to build dotnet/runtime after sync'ing and trying to do a clean build:
CMake Error in D:/repos/runtime/src/libraries/Native/Unix/System.Globalization.Native/CMakeLists.txt:
MSVC_RUNTIME_LIBRARY value 'MultiThreadedDebug' not known for this ASM_MASM
compiler.
Note I'm building on Windows; I don't know why it's trying to process a unix cmakelists.
@jkoritzinsky, I assume this is due to #41897?
Do I need to somehow update my local configuration?