diff options
Diffstat (limited to 'Ryujinx.Audio.Backends.SoundIo')
-rw-r--r-- | Ryujinx.Audio.Backends.SoundIo/Ryujinx.Audio.Backends.SoundIo.csproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Ryujinx.Audio.Backends.SoundIo/Ryujinx.Audio.Backends.SoundIo.csproj b/Ryujinx.Audio.Backends.SoundIo/Ryujinx.Audio.Backends.SoundIo.csproj index ab2c282f..1c8f7ad0 100644 --- a/Ryujinx.Audio.Backends.SoundIo/Ryujinx.Audio.Backends.SoundIo.csproj +++ b/Ryujinx.Audio.Backends.SoundIo/Ryujinx.Audio.Backends.SoundIo.csproj @@ -3,7 +3,7 @@ <PropertyGroup> <TargetFramework>net6.0</TargetFramework> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> - <RuntimeIdentifiers>win-x64;linux-x64;osx-x64</RuntimeIdentifiers> + <RuntimeIdentifiers>win10-x64;linux-x64;osx-x64</RuntimeIdentifiers> </PropertyGroup> <ItemGroup> @@ -15,11 +15,11 @@ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <TargetPath>libsoundio.dll</TargetPath> </ContentWithTargetPath> - <ContentWithTargetPath Include="Native\libsoundio\libs\libsoundio.dylib" Condition="'$(RuntimeIdentifier)' != 'linux-x64' AND '$(RuntimeIdentifier)' != 'win-x64'"> + <ContentWithTargetPath Include="Native\libsoundio\libs\libsoundio.dylib" Condition="'$(RuntimeIdentifier)' != 'linux-x64' AND '$(RuntimeIdentifier)' != 'win10-x64'"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <TargetPath>libsoundio.dylib</TargetPath> </ContentWithTargetPath> - <ContentWithTargetPath Include="Native\libsoundio\libs\libsoundio.so" Condition="'$(RuntimeIdentifier)' != 'win-x64' AND '$(RuntimeIdentifier)' != 'osx-x64'"> + <ContentWithTargetPath Include="Native\libsoundio\libs\libsoundio.so" Condition="'$(RuntimeIdentifier)' != 'win10-x64' AND '$(RuntimeIdentifier)' != 'osx-x64'"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <TargetPath>libsoundio.so</TargetPath> </ContentWithTargetPath> |