From 4f85dfe34b0f27492ceeed066c8603475475c7a7 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Sun, 25 Aug 2024 18:25:51 +0100 Subject: [PATCH] meson: Fix reference to docs/macros.md in meson.options It was renamed from `macros.txt` a while ago. Signed-off-by: Philip Withnall --- meson.options | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meson.options b/meson.options index 14ece1039..dffbc9410 100644 --- a/meson.options +++ b/meson.options @@ -117,19 +117,19 @@ option('glib_debug', type : 'feature', value : 'auto', yield : true, - description : 'Enable GLib debug infrastructure (see docs/macros.txt)') + description : 'Enable GLib debug infrastructure (see docs/macros.md)') option('glib_assert', type : 'boolean', value : true, yield : true, - description : 'Enable GLib assertion (see docs/macros.txt)') + description : 'Enable GLib assertion (see docs/macros.md)') option('glib_checks', type : 'boolean', value : true, yield : true, - description : 'Enable GLib checks such as API guards (see docs/macros.txt)') + description : 'Enable GLib checks such as API guards (see docs/macros.md)') option('libelf', type : 'feature',