Merge pull request #1492 from ailin-nemui/meson-apple

document meson apple workaround

(cherry picked from commit 8c8e4e34d4)
This commit is contained in:
ailin-nemui 2023-09-06 14:04:20 +00:00 committed by Ailin Nemui
commit 1226a587b7
2 changed files with 14 additions and 0 deletions

View file

@ -144,3 +144,11 @@ Getting perl scripting to work needs a few things:
It doesn't hurt to be defined everywhere, so configure irssi with:
CFLAGS='-DUSEIMPORTLIB' ./configure --with-perl-staticlib
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.