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

[iOS] Fix loading of GDExtension dylibs auto converted to framework. #76510

Merged
merged 1 commit into from
Apr 27, 2023

Conversation

bruvzg
Copy link
Member

@bruvzg bruvzg commented Apr 27, 2023

It's possible to build GDExtension as dylib, which can't be directly loaded on iOS device, so Godot will convert them to frameworks during export. But the library can be still referenced by original name, this PR adds extra checks to load converted dylibs using original name.

@akien-mga akien-mga modified the milestones: 4.x, 4.1 Apr 27, 2023
@akien-mga akien-mga merged commit 390aed9 into godotengine:master Apr 27, 2023
@akien-mga
Copy link
Member

Thanks!

@akien-mga
Copy link
Member

Cherry-picked for 4.0.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants