mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 15:45:25 +00:00
Xcode clang doesn't understand the -std=c++23 spelling yet, and this is what CMake's `set(CMAKE_CXX_STANDARD 23)` translates to too. Unbreaks building with Xcode clang on macOS.