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:
authorJan Kotas <jkotas@microsoft.com>2015-11-10 21:51:03 +0300
committerJan Kotas <jkotas@microsoft.com>2015-11-10 21:51:03 +0300
commitf2d2b304c03a58475a6926bf78db645fed411375 (patch)
tree41b14cf0110926a367306683e3c3a674b5e9edb0 /src/Native/CMakeLists.txt
parent4e05afda01a1112fceea3f610bd4fe64d309939c (diff)
Add libSystem.Private.CoreLib.Native.a to Nuget packages
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()