kivy / kivy-ios

Toolchain for compiling Python / Kivy / other libraries for iOS
https://kivy.org/docs/guide/packaging-ios.html
MIT License
758 stars 238 forks source link

SDL_ttf: Hide internal symbols via single-object prelink #820

Closed misl6 closed 11 months ago

misl6 commented 1 year ago

Fixes https://github.com/kivy/kivy-ios/issues/787 via single-object prelink, so freetype and harfbuzz symbols are kept internal (as it should be).

misl6 commented 1 year ago

@Cheaterman can you help with some testing on your side? 😀

Cheaterman commented 1 year ago

Sounds like a great fix indeed! I'm afraid I won't be available to test this just yet, but we've seen a lot of users with the issue on Discord recently so I'm sure someone will be able to give it a try :-)