Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify runtime identifier during build #77

Open
wants to merge 1 commit into
base: mirror/master
Choose a base branch
from

Conversation

sampletext32
Copy link

@sampletext32 sampletext32 commented Oct 30, 2024

Currently, when building Ryujinx for windows, if we don't specify -r win-x64, the RuntimeIdentifier variable becomes empty, which results in ARMMeilleure.csproj including libarmeilleure-jitsupport.dylib file for windows, which is unwanted, because .dylib is osx-arm64 only file.

This PR aims at removing the mentioned file by specifying the runtime identifier during build.

So now, the resulting build for osx-arm64looks like this:
image

and for windows like this:
image

Also, I have verified the dotnet build -c Release -r osx-arm64 is still working on M1 MacOS

@github-actions github-actions bot added the infra label Oct 30, 2024
@sampletext32
Copy link
Author

needs an approve from maintainer to verify, that it actually works in Actions run

@sampletext32 sampletext32 marked this pull request as ready for review October 30, 2024 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant