From: Aleksandr Shaurtaev <38426614+ashaurtaev@users.noreply.github.com> Date: Thu, 17 Aug 2023 20:07:38 +0000 (+0300) Subject: Add check for tizen in ilc and crossgen2 (#90310) X-Git-Tag: accepted/tizen/unified/riscv/20231226.055536~55 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3c935f737d580622cc1bcce9da8b61d6945e1664;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Add check for tizen in ilc and crossgen2 (#90310) --- diff --git a/src/coreclr/tools/aot/ILCompiler/ILCompiler.csproj b/src/coreclr/tools/aot/ILCompiler/ILCompiler.csproj index 7122c81..6c94731 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 ef1b82f..504ec3c 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