]> git.ipfire.org Git - thirdparty/systemd.git/commit
meson: adjust rootlibdir default for multiarch
authorMike Gilbert <floppym@gentoo.org>
Tue, 7 Jun 2022 00:55:45 +0000 (20:55 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 7 Jun 2022 10:26:38 +0000 (12:26 +0200)
commite91119c3a4f3035c96e34354bc2016c4cacf067f
tree991f9a21447aaa8d6c3dc7631c240e1339db06e8
parent5fb225615bf751b97644bed7aae44f69ba03cc84
meson: adjust rootlibdir default for multiarch

On Debian, libdir is commonly something like 'lib/x86_64-linux-gnu'.

The result of get_option('libdir') is normalized to a prefix-relative
path by meson, so we can just append it to rootprefixdir.

Fixes https://github.com/systemd/systemd/issues/23648.
meson.build