mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-23 17:06:35 +00:00
Most users will be building with Xcode Clang on macOS anyway, as our build scripts default to the system compiler if it's new enough. We already have an upstream Clang-based workflow on Linux, so we won't lose any compiler coverage by switching to Apple Clang on macOS. This should help us avoid build breakages like #186.