mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
document meson apple workaround
workaround for https://github.com/mesonbuild/meson/issues/11165
This commit is contained in:
parent
58ca3af360
commit
523a42e6f0
2 changed files with 14 additions and 0 deletions
6
docs/meson-macos-ar.txt
Normal file
6
docs/meson-macos-ar.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
;; manual workaround for meson bug https://github.com/mesonbuild/meson/issues/11165
|
||||
;; fixes compilation with meson on apple macos
|
||||
;; usage: meson --native-file ./docs/meson-macos-ar.txt ...
|
||||
|
||||
[binaries]
|
||||
ar = ['/bin/sh', '-c', 'ar=${AR:-ar}; ranlib=${RANLIB:-ranlib -c -}; case "x$1" in xcsr*) $ar "$@" && $ranlib "$2" || exit $?; ;; *) exec $ar "$@"; ;; esac;', 'ar']
|
||||
Loading…
Add table
Add a link
Reference in a new issue