summaryrefslogtreecommitdiff
path: root/src/coreclr/hosts
diff options
context:
space:
mode:
authorJohn Chen (CLR) <jochen@microsoft.com>2016-03-04 13:39:47 -0800
committerJohn Chen (CLR) <jochen@microsoft.com>2016-03-04 13:39:47 -0800
commit9c044e74c13c26229c0c001f810798bc7c7cf1bb (patch)
treebd02d12b68ec0b91cc8cd12014092d13dda3c6ac /src/coreclr/hosts
parentd3131ac9b36a6004bd042703e17cec4941d3f5aa (diff)
downloadcoreclr-9c044e74c13c26229c0c001f810798bc7c7cf1bb.tar.gz
coreclr-9c044e74c13c26229c0c001f810798bc7c7cf1bb.tar.bz2
coreclr-9c044e74c13c26229c0c001f810798bc7c7cf1bb.zip
Restore linking debug corerun.exe with retail CRT
The long path support feature modified debug corerun.exe with debug CRT (msvcrtd.dll). This made it more difficult to use corerun.exe, since the debug CRT is not always available. It turns out this change is no longer necessary, so reverting part of the change to link debug corerun.exe with retail CRT (msvcrt.dll) again.
Diffstat (limited to 'src/coreclr/hosts')
-rw-r--r--src/coreclr/hosts/corerun/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coreclr/hosts/corerun/CMakeLists.txt b/src/coreclr/hosts/corerun/CMakeLists.txt
index 5c489bd3c8..3a992ebcf5 100644
--- a/src/coreclr/hosts/corerun/CMakeLists.txt
+++ b/src/coreclr/hosts/corerun/CMakeLists.txt
@@ -28,7 +28,7 @@ else()
oleaut32.lib
uuid.lib
user32.lib
- msvcrt$<$<OR:$<CONFIG:Debug>,$<CONFIG:Checked>>:d>.lib
+ msvcrt.lib
)
# Can't compile on linux yet so only add for windows