Closed ylatuya closed 1 year ago
This has been fixed in master already.
Was this issue fixed in this repo too? @ylatuya mentioned that the bug was fixed, but I can't find the commit.
Was this issue fixed in this repo too? @ylatuya mentioned that the bug was fixed, but I can't find the commit.
It was reported here: https://github.com/mesonbuild/meson/issues/11958 and fixed here: https://github.com/Dudemanguy/meson/commit/0cc8d50fd601d17537cbd02f1d19f499d334a110
Yes, but was this merged upstream?
Sorry, I linked the wrong commit. It was merged here: https://github.com/mesonbuild/meson/commit/ad13d9f4a3e90fbe05544c28437090f155d8994b
Thank you, this means it'll be part of 1.3.0, right?
Yes. You can already test rc1 if you want.
Great, thank you!
Apparently the problem is still present in 1.3.0: https://github.com/mesonbuild/meson/issues/12552
Describe the bug In macOS Sonoma with XCode with 15.0.1, the linker version check fails:
This is a list the output of the commands run individually
Forcing the build a shared library with
cc -Wl,-v -Wl,-dylib
works:To Reproduce Run
meson setup builddir
in a C projectExpected behavior The setup command finds a linker and continues
system parameters