Skip to content

Commit

Permalink
Don't include the CoreCLR cross targeting files when dumping to disk. (
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoritzinsky authored Dec 25, 2020
1 parent 5808716 commit 007f6b9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
<TargetPath>runtimes/$(RuntimeIdentifier)/native/include/%(RecursiveDir)</TargetPath>
</RuntimeFiles>

<CoreCLRCrossTargetFiles PackOnly="true" />
<CoreCLRCrossTargetFiles Condition="'%(FileName)' == 'clrjit' or '%(FileName)' == 'libclrjit'">
<TargetPath>runtimes/$(CoreCLRCrossTargetComponentDirName)_$(TargetArchitecture)/native</TargetPath>
</CoreCLRCrossTargetFiles>
Expand Down

0 comments on commit 007f6b9

Please sign in to comment.