Skip to content

Commit

Permalink
fix linux-arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
nilaoda committed Oct 24, 2022
1 parent 675701d commit 0880630
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BBDown/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<ObjCopyName Condition="'$(RuntimeIdentifier)' == 'linux-arm64'">aarch64-linux-gnu-objcopy</ObjCopyName>
</PropertyGroup>

<ItemGroup Condition="'$(PublishAot)' == 'true' and '$(RuntimeIdentifier)' != 'win-arm64'">
<PackageReference Include="PublishAotCompressed" Version="0.0.3" />
<ItemGroup Condition="'$(PublishAot)' == 'true' and '$(RuntimeIdentifier)' != 'win-arm64' and '$(RuntimeIdentifier)' != 'linux-arm64'">
<PackageReference Include="PublishAotCompressed" Version="0.0.4" />
</ItemGroup>

</Project>

0 comments on commit 0880630

Please sign in to comment.