meson: fix executable name in comment

Follow-up for e4b4a9b677.
This commit is contained in:
Yu Watanabe
2025-05-20 23:11:08 +09:00
parent 27ffdb6d9e
commit caecff5fa2

View File

@@ -46,7 +46,7 @@ executables += [
libexec_template + {
'name' : 'systemd-journal-remote',
'public' : true,
# We always build systemd-journal regardless of ENABLE_REMOTE because we have to build
# We always build systemd-journal-remote regardless of ENABLE_REMOTE because we have to build
# fuzz-journal-remote even when --auto-features=disabled (see tools/oss-fuzz.sh for why).
# Instead, we make sure we don't install it when the remote feature is disabled.
'install' : conf.get('ENABLE_REMOTE') == 1,