summaryrefslogtreecommitdiff
path: root/src/dlls/dbgshim
diff options
context:
space:
mode:
Diffstat (limited to 'src/dlls/dbgshim')
-rw-r--r--src/dlls/dbgshim/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
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