diff options
| author | Mary Guillemard <mary@mary.zone> | 2024-02-10 22:49:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-10 22:49:32 +0100 |
| commit | 8dd1eb333c316c06e4a0f54485f4e7b6567fb60d (patch) | |
| tree | 68da122a3e08644e6b3c3bf927c3ac9048c90c1f /src/Ryujinx.Headless.SDL2 | |
| parent | 7dc3a62c1435a1439d12273a266f685353c4cf07 (diff) | |
Add missing RID exclusions for linux-arm64 (#6298)
* Add missing RID exclusions for linux-arm64
Signed-off-by: Mary Guillemard <mary@mary.zone>
* Remove libsoundio.so from linux-arm64 deployment
This is a x86_64 library.
Signed-off-by: Mary Guillemard <mary@mary.zone>
---------
Signed-off-by: Mary Guillemard <mary@mary.zone>
Diffstat (limited to 'src/Ryujinx.Headless.SDL2')
| -rw-r--r-- | src/Ryujinx.Headless.SDL2/Ryujinx.Headless.SDL2.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ryujinx.Headless.SDL2/Ryujinx.Headless.SDL2.csproj b/src/Ryujinx.Headless.SDL2/Ryujinx.Headless.SDL2.csproj index 290886f8..cc5a3651 100644 --- a/src/Ryujinx.Headless.SDL2/Ryujinx.Headless.SDL2.csproj +++ b/src/Ryujinx.Headless.SDL2/Ryujinx.Headless.SDL2.csproj @@ -34,7 +34,7 @@ <ItemGroup> <PackageReference Include="CommandLineParser" /> - <PackageReference Include="Ryujinx.Graphics.Vulkan.Dependencies.MoltenVK" Condition="'$(RuntimeIdentifier)' != 'linux-x64' AND '$(RuntimeIdentifier)' != 'win-x64'" /> + <PackageReference Include="Ryujinx.Graphics.Vulkan.Dependencies.MoltenVK" Condition="'$(RuntimeIdentifier)' != 'linux-x64' AND '$(RuntimeIdentifier)' != 'linux-arm64' AND '$(RuntimeIdentifier)' != 'win-x64'" /> </ItemGroup> <ItemGroup> |
