-
Notifications
You must be signed in to change notification settings - Fork 536
adds support for macOS catalyst #3296
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
base: main
Are you sure you want to change the base?
Conversation
The header files use paths like 'include/core/SkRefCnt.h' but they're actually located at 'cpp/skia/include/core/SkRefCnt.h'. This adds the cpp/skia/ directory to the header search paths so the includes resolve correctly.
This reverts commit ec71440.
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.
sounds great! just need to understand the flag differences in compare to the other macos builds
Uh probably isn't needed. i can confirm it DOES work though. I built a custom tarbal from this and my app now runs on Catalyst :) |
this we remove these extra flags and it works, I would be happy to merge it :) |
@itsthisjustin let me know if you have appetite to update this PR so we can test it/merge it. |
Sure I can pull the latest and update |
Adds changes from @samuelscheit to the latest main