From 3c935f737d580622cc1bcce9da8b61d6945e1664 Mon Sep 17 00:00:00 2001
From: Aleksandr Shaurtaev <38426614+ashaurtaev@users.noreply.github.com>
Date: Thu, 17 Aug 2023 23:07:38 +0300
Subject: [PATCH] Add check for tizen in ilc and crossgen2 (#90310)
---
src/coreclr/tools/aot/ILCompiler/ILCompiler.csproj | 1 +
src/coreclr/tools/aot/crossgen2/crossgen2.csproj | 1 +
2 files changed, 2 insertions(+)
diff --git a/src/coreclr/tools/aot/ILCompiler/ILCompiler.csproj b/src/coreclr/tools/aot/ILCompiler/ILCompiler.csproj
index 7122c81034f..6c94731ffda 100644
--- a/src/coreclr/tools/aot/ILCompiler/ILCompiler.csproj
+++ b/src/coreclr/tools/aot/ILCompiler/ILCompiler.csproj
@@ -12,6 +12,7 @@
$(RuntimeBinDir)ilc-published/
false
+ false
false
true
diff --git a/src/coreclr/tools/aot/crossgen2/crossgen2.csproj b/src/coreclr/tools/aot/crossgen2/crossgen2.csproj
index ef1b82f537f..504ec3c2326 100644
--- a/src/coreclr/tools/aot/crossgen2/crossgen2.csproj
+++ b/src/coreclr/tools/aot/crossgen2/crossgen2.csproj
@@ -6,6 +6,7 @@
$(RuntimeBinDir)crossgen2
false
+ false
true
linux-x64;linux-musl-x64;linux-arm;linux-musl-arm;linux-arm64;linux-musl-arm64;freebsd-x64;freebsd-arm64;osx-x64;osx-arm64;win-x64;win-x86;win-arm64
--
2.34.1