Skip to content

Enable HAVE_POLL on macOS#35

Merged
Petezah merged 1 commit into
masterfrom
use-poll-on-macos
Feb 9, 2026
Merged

Enable HAVE_POLL on macOS#35
Petezah merged 1 commit into
masterfrom
use-poll-on-macos

Conversation

@vallerieknight-unity
Copy link
Copy Markdown
Member

Our curl version disabled usage of poll() on, due to bugs on old macOS versions (macOS 10.12), which we do not support in any stream of Unity we currently support.

This is fixed in newer versions of macOS. See CURL_CHECK_FUNC_POLL for details.

Also refer to curl#1057 for some historical context here.

NB: Upstream curl re-enables this, so we can do away with this and re-generate once we upgrade curl version.

our curl version disabled this due to bugs on old macOS versions, which we do not support in Unity anymore. This is fixed in upstream curl, but while we work on that we can enable it manually
Copy link
Copy Markdown

@aurimasc aurimasc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Look good to me, but looping in new owner of UnityWebRequest.

Copy link
Copy Markdown

@Petezah Petezah left a 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! Thanks for the additional context also.

@Petezah Petezah merged commit 6bf4109 into master Feb 9, 2026
17 of 132 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants