Closed
Description
I'm porting Matplotlib to Meson/meson-python, and one thing we use on macOS that isn't used elsewhere is the objc compiler. When building arm64 wheels on macOS via GitHub Actions, cibuildwheel uses a cross-compiler.
Meson-python correctly sets up a cross C compiler and cross C++ compiler. However, meson fails to find the objc compiler.
I believe meson-python is missing an entry for it in its automatically-generated cross file.