]> git.ipfire.org Git - thirdparty/util-linux.git/commit
meson: Use is_absolute to determine if the prefix directory is absolute
authorJordan Williams <jordan@jwillikers.com>
Wed, 17 Apr 2024 15:08:40 +0000 (10:08 -0500)
committerJordan Williams <jordan@jwillikers.com>
Thu, 18 Apr 2024 11:37:09 +0000 (06:37 -0500)
commitb51eee742782148cbb9b312fda3b7814da937cc2
tree9f4d6a9b12ab7866c81dc1e65875ca26958f82f6
parentf5d3a3e4b138896ed97690680735c5e44559ee00
meson: Use is_absolute to determine if the prefix directory is absolute

Meson's check for an absolute path does not work on Windows.
Meson 0.54.0 introduced the fs.is_absolute function.
Use this instead.

Signed-off-by: Jordan Williams <jordan@jwillikers.com>
meson.build