-
Notifications
You must be signed in to change notification settings - Fork 458
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
macOS build is broken #2450
Comments
I moved back to using |
we did rebottle for freetype per this PR, Homebrew/homebrew-core#141250, can you give freetype a new try? |
I tested it yesterday. The problem with freetype was fixed. Unfortunately, the error popped up for another library (libsharpyuv) - see Homebrew/homebrew-core#140930 (comment). |
The libsharpyuv dependency comes from the QT imageplugin libqwebp. If you don't need this, the problem can be solved relatively quickly. If you need the imageplugin libqwebp, you can fix the dependency by passing the path (FIXUP_BUNDLE_DEP_DIRS) (/opt/homebrew/Cellar/webp/1.3.x/lib) (WebP may still need to be installed) to fixup_bundle. If all this is not a solution for you, I hope to be able to help with a little informat. Greetings Paulchen |
Nice to see this closed. Does this also fix cover #1884 ? |
No, unfortunately, there is no M1 support. |
The bundling fails with:
I tried few workarounds but none worked:
brew unlink freetype && brew link freetype
[email protected]
The text was updated successfully, but these errors were encountered: