From 571496d243eb3aaffb35beaae60f390eed3f0ee0 Mon Sep 17 00:00:00 2001 From: edisionnano Date: Fri, 11 Feb 2022 01:15:13 +0200 Subject: [PATCH] Ship SoundIO library only for the specified runtime (#3103) * Add RuntimeIdentifers properties For Linux, Windows and OS X x86-64 This ensures that the SoundIO project gets this property when built as a subproject * Address gdkchan's nit Merge tags into one --- .../Ryujinx.Audio.Backends.SoundIo.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/Ryujinx.Audio.Backends.SoundIo/Ryujinx.Audio.Backends.SoundIo.csproj b/Ryujinx.Audio.Backends.SoundIo/Ryujinx.Audio.Backends.SoundIo.csproj index 49d142aaf8..ab2c282f85 100644 --- a/Ryujinx.Audio.Backends.SoundIo/Ryujinx.Audio.Backends.SoundIo.csproj +++ b/Ryujinx.Audio.Backends.SoundIo/Ryujinx.Audio.Backends.SoundIo.csproj @@ -3,6 +3,7 @@ net6.0 true + win-x64;linux-x64;osx-x64