mirror of https://github.com/ppy/SDL3-CS.git
Fix RID not actually working
This commit is contained in:
parent
784d305d9c
commit
4c5173715e
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue