Ryujinx.csproj: Add osx-x64 RuntimeIdentifier
Allows Ryujinx to build and run on macOS
This commit is contained in:
parent
598d1fd3ae
commit
7d8f5f0ba2
1 changed files with 1 additions and 1 deletions
|
@ -2,8 +2,8 @@
|
|||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>netcoreapp2.0</TargetFramework>
|
||||
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<RuntimeIdentifiers>win10-x64;osx-x64</RuntimeIdentifiers>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="OpenTK.NETCore" Version="1.1.2749.6433" />
|
||||
|
|
Loading…
Add table
Reference in a new issue