Skip to content

meson: actually check Apple frameworks.

Michael Fisher requested to merge lvtk/pugl:lvtk into main

I only experienced this problem on an M1 mac targeting x86_64 and arm64 arch's for universal binaries. Apparently meson needs the 'appleframeworks' keyword instead of "FrameworkName" as the keyword.

Merge request reports