mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2024-12-22 13:35:37 +00:00
Include native iOS libraries in package
This commit is contained in:
parent
f6cf0b57d1
commit
98a238fe07
|
@ -52,6 +52,11 @@
|
|||
<PackagePath>runtimes/linux-x86/native</PackagePath>
|
||||
<Pack>true</Pack>
|
||||
</Content>
|
||||
<Content Include="$(MSBuildThisFileDirectory)native\ios\**\*">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
<PackagePath>runtimes/ios/native</PackagePath>
|
||||
<Pack>true</Pack>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="app.config">
|
||||
|
|
Loading…
Reference in a new issue