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:
authorAdeel Mujahid <3840695+am11@users.noreply.github.com>2021-02-20 19:34:53 +0300
committerGitHub <noreply@github.com>2021-02-20 19:34:53 +0300
commit4d310fbbc24f3f730ee4cfaa57b6642bb140fe0f (patch)
treec1faac81e76f0f58945b2fd9551712b207cd9564 /src/coreclr/CMakeLists.txt
parentdcacc4dafe72eb1e12e4360ea2e69b4eebd231ba (diff)
Fix JIT rolling build (#48552)
Diffstat (limited to 'src/coreclr/CMakeLists.txt')
-rw-r--r--src/coreclr/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coreclr/CMakeLists.txt b/src/coreclr/CMakeLists.txt
index ac929b85ab9..28ecbf7f162 100644
--- a/src/coreclr/CMakeLists.txt
+++ b/src/coreclr/CMakeLists.txt
@@ -126,7 +126,7 @@ if(FEATURE_STANDALONE_GC)
endif (CLR_CMAKE_BUILD_SUBSET_RUNTIME)
endif(FEATURE_STANDALONE_GC)
-if(NOT CLR_CROSS_COMPONENTS_BUILD)
+if(CLR_CMAKE_BUILD_SUBSET_RUNTIME AND NOT CLR_CROSS_COMPONENTS_BUILD)
add_subdirectory(${CLR_SRC_NATIVE_DIR}/corehost/apphost/static Corehost.Static)
endif()