From 89383aaf822ff7bd456551f2f67108a5cca76e98 Mon Sep 17 00:00:00 2001 From: Sergey Andreenko Date: Mon, 23 Nov 2020 18:32:24 -0800 Subject: [PATCH] Fix native build on arm and arm64. (#45131) * Fix native build on arm and arm64. * Fix a typo. --- src/coreclr/crossgen-corelib.proj | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/coreclr/crossgen-corelib.proj b/src/coreclr/crossgen-corelib.proj index 6144cbf..f4ff62f 100644 --- a/src/coreclr/crossgen-corelib.proj +++ b/src/coreclr/crossgen-corelib.proj @@ -20,12 +20,18 @@ System.Private.CoreLib $(BinDir)\IL\$(CoreLibAssemblyName).dll $(BinDir)\$(CoreLibAssemblyName).dll + + + + x64 x86 - $(BuildArchitecture) + $(BuildArchitecture) + + true false -- 2.7.4