From f8dfa40dc21c01e4dc297aeb4a23db22d1830506 Mon Sep 17 00:00:00 2001 From: Gaurav Khanna Date: Thu, 3 Mar 2016 18:10:26 -0800 Subject: Fixup CRT linkages for uCRT --- src/dlls/dbgshim/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/dlls/dbgshim') diff --git a/src/dlls/dbgshim/CMakeLists.txt b/src/dlls/dbgshim/CMakeLists.txt index 621ab134c7..655cb0a28b 100644 --- a/src/dlls/dbgshim/CMakeLists.txt +++ b/src/dlls/dbgshim/CMakeLists.txt @@ -52,6 +52,14 @@ if(WIN32) version.lib psapi.lib ) + + # ARM64_TODO: Enable this for Windows Arm64 + if (NOT CLR_CMAKE_PLATFORM_ARCH_ARM64) + list(APPEND DBGSHIM_LIBRARIES + ${STATIC_MT_VCRT_LIB} + ) + endif() + else() list(APPEND DBGSHIM_LIBRARIES coreclrpal -- cgit v1.2.3