# Meson native file for compiling under Homebrew / x86-64 [binaries] cpp = '/usr/local/bin/g++-13' flex = '/usr/local/opt/flex/bin/flex' bison = '/usr/local/opt/bison/bin/bison' [built-in options] # XCode 15 (on Ventura and Sonoma) has a linker issue, see https://github.com/mesonbuild/meson/issues/12282, workaround is to use ld_classic cpp_link_args = [ '-Wl,-ld_classic' ]