Skip to content

Commit

Permalink
Merge pull request #69 from smoogipoo/package-linux-arm
Browse files Browse the repository at this point in the history
Package `linux-arm64` and `linux-arm` builds
  • Loading branch information
smoogipoo authored May 18, 2024
2 parents 1d47a63 + e6660f9 commit d07bacb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions SDL3-CS/SDL3-CS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,14 @@
<PackagePath>runtimes/linux-x86/native</PackagePath>
<Pack>true</Pack>
</None>
<None Include="$(MSBuildThisFileDirectory)..\native\linux-arm64\libSDL3.so">
<PackagePath>runtimes/linux-arm64/native</PackagePath>
<Pack>true</Pack>
</None>
<None Include="$(MSBuildThisFileDirectory)..\native\linux-arm\libSDL3.so">
<PackagePath>runtimes/linux-arm/native</PackagePath>
<Pack>true</Pack>
</None>
<None Include="$(MSBuildThisFileDirectory)..\native\ios\**\*">
<PackagePath>runtimes/ios/native</PackagePath>
<Pack>true</Pack>
Expand Down

0 comments on commit d07bacb

Please sign in to comment.