mirror of https://github.com/ppy/SDL3-CS.git
Fix RID not actually working
This commit is contained in:
parent
4ddda677ef
commit
3b41592f7e
|
|
@ -12,7 +12,7 @@
|
||||||
<ProjectReference Include="..\SDL3-CS.Tests\SDL3-CS.Tests.csproj"/>
|
<ProjectReference Include="..\SDL3-CS.Tests\SDL3-CS.Tests.csproj"/>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<PropertyGroup Condition=" '$(RuntimeIdentifier)' == '' ">
|
<PropertyGroup>
|
||||||
<SDLArch>$([System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture)</SDLArch>
|
<SDLArch>$([System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture)</SDLArch>
|
||||||
|
|
||||||
<!-- If RID is specified -->
|
<!-- If RID is specified -->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue