From d4b98b91d042513917b964cf78a65bd937ead3e8 Mon Sep 17 00:00:00 2001 From: Zoltan Varga Date: Tue, 6 Jul 2021 19:04:29 -0400 Subject: [PATCH] [mono][aot] Avoid using direct-icalls on ios simulator. (#55224) Fixes https://github.com/dotnet/runtime/issues/55000. --- src/tasks/AotCompilerTask/MonoAOTCompiler.props | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/tasks/AotCompilerTask/MonoAOTCompiler.props b/src/tasks/AotCompilerTask/MonoAOTCompiler.props index 159c01ff3f27b..c6b2f2ad28e94 100644 --- a/src/tasks/AotCompilerTask/MonoAOTCompiler.props +++ b/src/tasks/AotCompilerTask/MonoAOTCompiler.props @@ -5,7 +5,6 @@ - @@ -13,6 +12,9 @@ + + +