document meson apple workaround

workaround for https://github.com/mesonbuild/meson/issues/11165
This commit is contained in:
Ailin Nemui 2023-09-04 21:42:18 +02:00
commit 523a42e6f0
2 changed files with 14 additions and 0 deletions

View file

@ -108,3 +108,11 @@ would call:
Getting perl scripting to work needs a few things:
- TODO
Apple MacOS / Darwin
At the time of writing, meson has an open issue with correctly linking
libraries on macos.
See docs/meson-macos-ar.txt for a workaround.