Hello,
I recently updated to macOS Big Sur (11.1), and now I get the following error related to calling "meson.get_compiler('cpp')":
'ERROR: Tried to access compiler for language "cpp", not specified for host machine'.
This is with Meson v0.56.2.
Anyone with any thoughts to how I may proceed?
If I simply modify build.meson to bypass this check everything compiles as expected w/ Apple clang version 12.0.0 (clang-1200.0.32.28).
Best regards,
Michael Odden