-
Notifications
You must be signed in to change notification settings - Fork 811
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
macOS arm64 support and various other fixes #569
base: 4.1
Are you sure you want to change the base?
Conversation
Co-Authored-By: Niklas Gray <[email protected]>
|
Thank you for your email, I will reply as soon as possible.我已经收到您的邮件,会尽快回复,谢谢!Leah Lynn林莹莹Computer Science and Technology, Zhejiang University浙江大学计算机科学与技术学院
|
Building this for ARM64/macOS and getting the following error:
The code looks like this:
The issue could probably be resolved by opting in to the UWP behavior. I'm not sure what the source of this issue is - it should be happening for iOS as well. It could be that Apple has added this enforcement in a compiler update at some point. |
Thank you for your email, I will reply as soon as possible.我已经收到您的邮件,会尽快回复,谢谢!Leah Lynn林莹莹Computer Science and Technology, Zhejiang University浙江大学计算机科学与技术学院
|
I remember seeing this somewhere, but do not recall how I worked around it and why it didn't block submitting this patch (or the acceptance of this patch into other packaging systems) 😕 |
This patch fixes compilation error. |
Thank you for your email, I will reply as soon as possible.我已经收到您的邮件,会尽快回复,谢谢!Leah Lynn林莹莹Computer Science and Technology, Zhejiang University浙江大学计算机科学与技术学院
|
By default this will make a macOS universal build (with both x86_64 and arm64 in the same files) but supports per-architecture builds using the CMake
PX_OUTPUT_ARCH
flag.