-
Notifications
You must be signed in to change notification settings - Fork 832
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
Add ARM64 to Visual Studio Project #8010
Conversation
Can one of the admins verify this patch? |
Very nice PR! Thank you @res0nance . I see you have a contributor agreement on file. Jenkins Okay to test. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. On Windows, there is a ARM64 platform that it could run on that was recently released. We can get that going once this is merged.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed and tested compiling, thanks for adding the GitHub action.
Description
With ARM64 support being more prevalent on Windows lets add it to the VS project to make it easier to compile for ARM64 support.
Testing
Compile tested and new compile testing on CI
Checklist