Skip to content
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

Fix build on iOS #392

Merged
merged 1 commit into from
Jun 26, 2020
Merged

Fix build on iOS #392

merged 1 commit into from
Jun 26, 2020

Conversation

francesca64
Copy link
Contributor

#365 broke iOS, since bitflags was used despite bitflags only being included on macOS. Since it looks like the CGGradient API is supported on iOS as well, I fixed this by just removing the #[cfg(target_os = "macos")] line on extern crate bitflags.

If I made a follow-up PR that adds iOS to CI, would that be welcome?

@jdm
Copy link
Member

jdm commented Jun 26, 2020

@bors-servo r+
Yes please!

@bors-servo
Copy link
Contributor

📌 Commit 9ae9c5e has been approved by jdm

@bors-servo
Copy link
Contributor

⌛ Testing commit 9ae9c5e with merge 475f1ff...

@bors-servo
Copy link
Contributor

☀️ Test successful - checks-travis
Approved by: jdm
Pushing 475f1ff to master...

@bors-servo bors-servo merged commit 475f1ff into servo:master Jun 26, 2020
@francesca64
Copy link
Contributor Author

@jdm woah, that's the fastest response I've ever seen!

Would it be possible to get this released?

@jdm
Copy link
Member

jdm commented Jun 27, 2020

Published 0.19.2.

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.

None yet

3 participants