Fix RID not actually working

This commit is contained in:
Dan Balasescu 2024-04-20 19:51:26 +09:00
parent 4ddda677ef
commit 3b41592f7e
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<ProjectReference Include="..\SDL3-CS.Tests\SDL3-CS.Tests.csproj"/>
</ItemGroup>
<PropertyGroup Condition=" '$(RuntimeIdentifier)' == '' ">
<PropertyGroup>
<SDLArch>$([System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture)</SDLArch>
<!-- If RID is specified -->