diff options
author | Luca Boccassi <bluca@debian.org> | 2023-09-18 13:30:53 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2023-09-18 13:34:14 +0200 |
commit | ba4d7e80290303074faa1851c2833f6a58ddcc72 (patch) | |
tree | a7592f94b92bd5eff126fdfcb2e01ae97d32b71b /test/meson.build | |
parent | Merge pull request #29204 from poettering/pe-section-fix (diff) | |
download | systemd-ba4d7e80290303074faa1851c2833f6a58ddcc72.tar.xz systemd-ba4d7e80290303074faa1851c2833f6a58ddcc72.zip |
meson: fix TODO regarding next meson version
Diffstat (limited to 'test/meson.build')
-rw-r--r-- | test/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/meson.build b/test/meson.build index b79cf59f7f..5579c293a5 100644 --- a/test/meson.build +++ b/test/meson.build @@ -25,7 +25,7 @@ if install_tests ] # install_subdir() does not handle symlinks correctly which causes a very ugly warning when # installing, so if rsync is available we use that instead. TODO: switch to the new option - # 'follow_symlinks' once we require Meson 1.2.2 or greater, see: + # 'follow_symlinks' once we require Meson 1.3.0 or greater, see: # https://github.com/mesonbuild/meson/commit/0af126fec798d6dbb0d1ad52168cc1f3f1758acd if rsync.found() rsync_r = rsync.full_path() + ' -rlpt --exclude .gitattributes -- "@0@" "${DESTDIR:-}@1@"' |