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:
authorBruce Forstall <brucefo@microsoft.com>2016-11-04 03:58:29 +0300
committerJan Kotas <jkotas@microsoft.com>2016-11-04 03:58:29 +0300
commit8abc286b467dd11fdf92adb6a7492807ef813b99 (patch)
treea6af8ec02d42f10070cb9aad65a5f7057b09fef0 /src/coreclr/crosscomponents.cmake
parent6e8e9ec8e89f37e66d8187d9979f33a03db4e19c (diff)
Fix JIT build host/target confusion (dotnet/coreclr#7979)
Also, add RyuJIT to Windows ARM32 cross components build (as protojit.dll). Commit migrated from https://github.com/dotnet/coreclr/commit/3e5eab8392893798ab3a8f3d412829519494f709
Diffstat (limited to 'src/coreclr/crosscomponents.cmake')
-rw-r--r--src/coreclr/crosscomponents.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/coreclr/crosscomponents.cmake b/src/coreclr/crosscomponents.cmake
index e0d5c1a9394..7575570b36c 100644
--- a/src/coreclr/crosscomponents.cmake
+++ b/src/coreclr/crosscomponents.cmake
@@ -6,4 +6,5 @@ set (CLR_CROSS_COMPONENTS_LIST
mscordbi
sos
clrjit
+ protojit
)