Fix RID not actually working

This commit is contained in:
Dan Balasescu 2024-04-20 19:51:26 +09:00
parent 784d305d9c
commit 4c5173715e
No known key found for this signature in database
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 -->