summaryrefslogtreecommitdiff
path: root/crosscomponents.cmake
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2016-11-03 17:58:29 -0700
committerJan Kotas <jkotas@microsoft.com>2016-11-03 17:58:29 -0700
commit3e5eab8392893798ab3a8f3d412829519494f709 (patch)
tree3e8e36afaea54ed77d7323def215957e97d26388 /crosscomponents.cmake
parent44fa5027af908c1867379f65f7fae81bf5b91c66 (diff)
downloadcoreclr-3e5eab8392893798ab3a8f3d412829519494f709.tar.gz
coreclr-3e5eab8392893798ab3a8f3d412829519494f709.tar.bz2
coreclr-3e5eab8392893798ab3a8f3d412829519494f709.zip
Fix JIT build host/target confusion (#7979)
Also, add RyuJIT to Windows ARM32 cross components build (as protojit.dll).
Diffstat (limited to 'crosscomponents.cmake')
-rw-r--r--crosscomponents.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/crosscomponents.cmake b/crosscomponents.cmake
index e0d5c1a939..7575570b36 100644
--- a/crosscomponents.cmake
+++ b/crosscomponents.cmake
@@ -6,4 +6,5 @@ set (CLR_CROSS_COMPONENTS_LIST
mscordbi
sos
clrjit
+ protojit
)