]> git.proxmox.com Git - fwupd-efi.git/commit
meson: use find_program() to find the helper scripts we run
authorRoss Burton <ross.burton@arm.com>
Wed, 3 Nov 2021 17:09:38 +0000 (17:09 +0000)
committerRichard Hughes <richard@hughsie.com>
Thu, 4 Nov 2021 14:55:34 +0000 (14:55 +0000)
commitb95dd7774a7b73afb50735865a96734636f135d7
tree644d50f34e07a082f2cc75c0c47eb556a2ef9a59
parente8256abc99999b7ee98dbb9bea7d0330a73e1eaa
meson: use find_program() to find the helper scripts we run

Instead of gluing together paths, find_program() can be used to find
the helper scripts that are ran during the build.

This ensures that build steps will be re-executed if the scripts are
modified.

Signed-off-by: Ross Burton <ross.burton@arm.com>
efi/meson.build