Skip to content

Commit

Permalink
source-build: don't use crossgen when building for mono runtime. (#44842
Browse files Browse the repository at this point in the history
)
  • Loading branch information
tmds authored Nov 9, 2022
1 parent c3438e0 commit 129de01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eng/SourceBuild.props
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@

<PropertyGroup>
<InnerBuildArgs>$(InnerBuildArgs) /p:SourceBuildRuntimeIdentifier=$(TargetRuntimeIdentifier)</InnerBuildArgs>
<InnerBuildArgs Condition="'$(SourceBuildUseMonoRuntime)' == 'true'">$(InnerBuildArgs) /p:CrossgenOutput=false</InnerBuildArgs>
</PropertyGroup>
</Target>

Expand Down

0 comments on commit 129de01

Please sign in to comment.