Skip to content

Commit

Permalink
[RISC-V] Disable corelib crossgen2 (#84781)
Browse files Browse the repository at this point in the history
  • Loading branch information
clamp03 authored Apr 18, 2023
1 parent ac3b110 commit b0ee1c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/coreclr/crossgen-corelib.proj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<CrossDir Condition="'$(CrossBuild)' == 'true' or '$(BuildArchitecture)' != '$(TargetArchitecture)'">$(BuildArchitecture)</CrossDir>

<BuildDll>true</BuildDll>
<BuildDll Condition="'$(TargetArchitecture)' == 'riscv64'">false</BuildDll>

<BuildPdb>false</BuildPdb>
<BuildPdb Condition="$(BuildDll) and '$(OS)' == 'Windows_NT' and '$(TargetOS)' == 'windows'">true</BuildPdb>
Expand Down

0 comments on commit b0ee1c8

Please sign in to comment.