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-04-17 22:58:26 +0300
committerGitHub <noreply@github.com>2020-04-17 22:58:26 +0300
commit9890a9a6d852ab6d4b2dc479d710867208fc1748 (patch)
tree0f7e65c14dc65c82d2556a83a452c75472886d7f /src/coreclr/crosscomponents.cmake
parentd7a0cb3ddcb92fc62e8c76005d3307af2456de03 (diff)
Enable cross OS DBI build (#35021)
* Enable cross OS DBI build * Fix .gitignore * Fix Cross OS DBI compilation issues * Review feedback * Cleanup dummy/twowaypipe.cpp
Diffstat (limited to 'src/coreclr/crosscomponents.cmake')
-rw-r--r--src/coreclr/crosscomponents.cmake6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/coreclr/crosscomponents.cmake b/src/coreclr/crosscomponents.cmake
index 30d53d585df..f8ea417471c 100644
--- a/src/coreclr/crosscomponents.cmake
+++ b/src/coreclr/crosscomponents.cmake
@@ -14,10 +14,6 @@ endif()
if(NOT CLR_CMAKE_HOST_LINUX AND NOT FEATURE_CROSSBITNESS)
list (APPEND CLR_CROSS_COMPONENTS_LIST
mscordaccore
+ mscordbi
)
- if (CLR_CMAKE_HOST_OS STREQUAL CLR_CMAKE_TARGET_OS)
- list (APPEND CLR_CROSS_COMPONENTS_LIST
- mscordbi
- )
- endif (CLR_CMAKE_HOST_OS STREQUAL CLR_CMAKE_TARGET_OS)
endif()