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

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Native/CMakeLists.txt')
-rw-r--r--src/Native/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Native/CMakeLists.txt b/src/Native/CMakeLists.txt
index b5fed91a1..072861310 100644
--- a/src/Native/CMakeLists.txt
+++ b/src/Native/CMakeLists.txt
@@ -180,6 +180,6 @@ add_subdirectory(Runtime)
add_subdirectory(Bootstrap)
# We don't need the PAL on Windows.
-if(CMAKE_SYSTEM_NAME STREQUAL Linux)
+if(CLR_CMAKE_PLATFORM_UNIX)
add_subdirectory(System.Private.CoreLib.Native)
endif()