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

disable manage clipboard for wasm32 AND android #241

Merged
merged 3 commits into from
Jan 7, 2024

Conversation

Hellzbellz123
Copy link
Contributor

Closes #198 (and the duplicate I was about to make :0).

arboard dependency does not support android and fails too build for said platform,

this pr modifies the existing target_arch checks too include target_os = "android" check

@mvlabat
Copy link
Owner

mvlabat commented Jan 7, 2024

Thank you for the fix! I made some changes to the CI workflows to cover the mobile platforms as well, that should help to keep the crate compilable for them as well.

@mvlabat mvlabat merged commit eee3aae into mvlabat:main Jan 7, 2024
27 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.

arboard fails to build for android target (and probably iOS)
2 participants