Skip to content

Fix build on macOS#5

Merged
rallyplot merged 3 commits intomainfrom
fix_macos_build
Dec 8, 2025
Merged

Fix build on macOS#5
rallyplot merged 3 commits intomainfrom
fix_macos_build

Conversation

@rallyplot
Copy link
Owner

@rallyplot rallyplot commented Dec 8, 2025

This PR fixes the build on macos, it was broken because freetype is now built rather than vendored. The problem was that the default build of freetype includes a lot of extra dependencies (e.g. libpng) which broke the macos install. We make sure freetype is now bulit without these dependencies.

Also, for macOS we build against Qt 6.7.3 for macOS 11 support. We cannot build for this universally because 6.8.2 is the first version that supports MSVC for the windows build.

@rallyplot rallyplot changed the title Update for new macos. Fix build on macOS Dec 8, 2025
@rallyplot rallyplot merged commit bdda355 into main Dec 8, 2025
5 checks passed
@rallyplot rallyplot mentioned this pull request Dec 8, 2025
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.

1 participant