mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-08-02 22:17:14 +02:00
macOS build (#13)
* Ryujinx.csproj: Add osx-x64 RuntimeIdentifier Allows Ryujinx to build and run on macOS * Add .travis.yml
This commit is contained in:
parent
7ed1153062
commit
74fbe1494d
2 changed files with 9 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
Add a link
Reference in a new issue