aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Audio.Backends.SoundIo/Ryujinx.Audio.Backends.SoundIo.csproj
diff options
context:
space:
mode:
authoredisionnano <samantas5855@gmail.com>2022-02-11 01:15:13 +0200
committerGitHub <noreply@github.com>2022-02-11 00:15:13 +0100
commit571496d243eb3aaffb35beaae60f390eed3f0ee0 (patch)
tree7b1671ce02647aa166beed181b4233883ce44372 /Ryujinx.Audio.Backends.SoundIo/Ryujinx.Audio.Backends.SoundIo.csproj
parentc3c3914ed3f9508bd1acca301dbbc75babaef279 (diff)
Ship SoundIO library only for the specified runtime (#3103)1.1.24
* 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
Diffstat (limited to 'Ryujinx.Audio.Backends.SoundIo/Ryujinx.Audio.Backends.SoundIo.csproj')
-rw-r--r--Ryujinx.Audio.Backends.SoundIo/Ryujinx.Audio.Backends.SoundIo.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/Ryujinx.Audio.Backends.SoundIo/Ryujinx.Audio.Backends.SoundIo.csproj b/Ryujinx.Audio.Backends.SoundIo/Ryujinx.Audio.Backends.SoundIo.csproj
index 49d142aa..ab2c282f 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 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
+ <RuntimeIdentifiers>win-x64;linux-x64;osx-x64</RuntimeIdentifiers>
</PropertyGroup>
<ItemGroup>