Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve MacLean <Steve.MacLean@microsoft.com>2020-01-18 01:48:28 +0300
committerGitHub <noreply@github.com>2020-01-18 01:48:28 +0300
commit249a8597dd14611207f48ee271b737adec0aa1b1 (patch)
treeac4d3681299a7171f70f5c961f0b927ed3ed9349 /src/coreclr/crosscomponents.cmake
parent497edd99e671c7fcedd6b12c2108c35734c817b5 (diff)
Remove stray sos reference (#1875)
Diffstat (limited to 'src/coreclr/crosscomponents.cmake')
-rw-r--r--src/coreclr/crosscomponents.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/coreclr/crosscomponents.cmake b/src/coreclr/crosscomponents.cmake
index a1f7c949708..80c7dfead02 100644
--- a/src/coreclr/crosscomponents.cmake
+++ b/src/coreclr/crosscomponents.cmake
@@ -13,6 +13,5 @@ if(NOT CLR_CMAKE_PLATFORM_LINUX AND NOT FEATURE_CROSSBITNESS)
list (APPEND CLR_CROSS_COMPONENTS_LIST
mscordaccore
mscordbi
- sos
)
endif()