-
Notifications
You must be signed in to change notification settings - Fork 6
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
[portaudio] Add iOS patches #111
Conversation
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.
All green. How is the IOS branch compiled? Can we cross-compile it like the M1 build?
Pretty much, most packages should build by just targeting |
Do you plan to add a CI runner for this? |
Yes. There are some more missing patches for it to run through, but I'll see if I can open a PR soon. |
Cross-compiling Qt for arm64 iOS will likely be similar to arm64 macOS in that debug builds will likely not be feasible. How would you suggest doing this under the current branching scheme? Should we add |
With the package cache, incremental builds are possible. So we may need two attempts to have everything build. |
Yeah, my question was more around the branching scheme (IMO release builds are perfectly sufficient), i.e. whether we should add iOS ( |
That's a good idea. This is now possible with the new scheme and we can uses it. |
This adds PortAudio/portaudio#881 to PortAudio, enabling builds targeting iOS. Once upstreamed, these patches can be removed.