mesonbuild / meson

The Meson Build System
http://mesonbuild.com
Apache License 2.0
5.58k stars 1.62k forks source link

meson fails to link global variables on macos and Darwin #11165

Open ailin-nemui opened 1 year ago

ailin-nemui commented 1 year ago

because meson doesn't call ranlib -c

previously reported but closed:

xclaesse commented 1 year ago

This should be fixed in master with https://github.com/mesonbuild/meson/pull/11742, could you please confirm?

ailin-nemui commented 1 year ago

I don't have a mac personally, could you throw my test case from https://github.com/mesonbuild/meson/pull/10587 into the CI? That should show if this works now

xclaesse commented 1 year ago

Let's see: https://github.com/mesonbuild/meson/pull/11945

osalbahr commented 1 year ago

Also happening at Homebrew/homebrew-core#135874.

chenrui333 commented 5 months ago

Any update on this thread?