Skip to content
Snippets Groups Projects
Verified Commit 586c8dbf authored by Willi Mutschler's avatar Willi Mutschler
Browse files

macOS: use ld_classic as workaround for linker issue with XCode 15

XCode 15 (on Ventura and Sonoma) has a linker issue, see https://github.com/mesonbuild/meson/issues/12282, workaround is to use ld_classic
parent 3c20b986
Branches
No related tags found
No related merge requests found
...@@ -4,3 +4,7 @@ ...@@ -4,3 +4,7 @@
cpp = '/usr/local/bin/g++-13' cpp = '/usr/local/bin/g++-13'
flex = '/usr/local/opt/flex/bin/flex' flex = '/usr/local/opt/flex/bin/flex'
bison = '/usr/local/opt/bison/bin/bison' 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' ]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment