1
0
mirror of https://github.com/systemd/systemd synced 2024-07-08 20:15:55 +00:00

meson: Search for find program

find is required by a few of the unit tests so let's make sure its
available when configuring the build.
This commit is contained in:
Daan De Meyer 2023-05-01 10:25:18 +02:00
parent 4d56d084d8
commit d9081eb0ae

View File

@ -704,6 +704,7 @@ env = find_program('env')
perl = find_program('perl', required : false)
rsync = find_program('rsync', required : false)
diff = find_program('diff')
find = find_program('find')
meson_make_symlink = project_source_root + '/tools/meson-make-symlink.sh'
mkdir_p = 'mkdir -p $DESTDIR/@0@'