]> git.ipfire.org Git - thirdparty/util-linux.git/commit
meson: pass the correct absolute path to config.h
authorEli Schwartz <eschwartz@archlinux.org>
Thu, 14 Apr 2022 14:55:29 +0000 (10:55 -0400)
committerEli Schwartz <eschwartz@archlinux.org>
Thu, 14 Apr 2022 14:55:29 +0000 (10:55 -0400)
commit5f2c862a4aff19f5bc732e677405f04e2d07c211
tree73f2aafde33c980d3b71f6fb2c56e8fd155b6abc
parent1c68d580d4969acd496916d8f41540e6d4dd0f81
meson: pass the correct absolute path to config.h

When building util-linux as a subproject inside another project (using
dependency fallback to get e.g. libuuid), `-include config.h` will not
work because it is generated private to util-linux. Build the project
argument using the path to the current build dir instead.
meson.build