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

Add missing CoreHaptics framework #1219

Merged
merged 1 commit into from
Apr 25, 2022
Merged

Conversation

benjaminmordaunt
Copy link
Contributor

This framework is used by the SDL_JOYSTICK module, but it is missing from Darwin builds.
I have confirmed that this fixes my issues on my MacOS build. I have added the directive for the iOS builds, too, but that will need to be double-checked as I don't have a workflow for that.

This framework is used by the SDL_JOYSTICK module, but it is missing from Darwin builds.
I have confirmed that this fixes my issues on my MacOS build. I have added the directive for the iOS builds, too, but that will need to be double-checked as I don't have a workflow for that.
@Cobrand Cobrand merged commit 808e489 into Rust-SDL2:master Apr 25, 2022
@Cobrand
Copy link
Member

Cobrand commented Apr 25, 2022

Thanks!

@bigfarts
Copy link
Contributor

It looks like linking against CoreHaptics makes rust-sdl2 incompatible with <Catalina, since the framework is not present there. Is there a way to conditionally link it?

@Cobrand
Copy link
Member

Cobrand commented Aug 1, 2022

@bigfarts there is surely a way, but please make a new ticket for that.

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

4 participants