summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson_options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 05f80ba1a..2e5fff6b3 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -343,9 +343,9 @@ option('dbus', type : 'combo', choices : ['auto', 'true', 'false'],
#if 0 /// UNNEEDED BY elogind
# option('gnu-efi', type : 'combo', choices : ['auto', 'true', 'false'],
# description : 'gnu-efi support for sd-boot')
-# option('efi-cc', type : 'string', value : 'gcc',
+# option('efi-cc', type : 'string',
# description : 'the compiler to use for EFI modules')
-# option('efi-ld', type : 'string', value : 'ld',
+# option('efi-ld', type : 'string',
# description : 'the linker to use for EFI modules')
# option('efi-libdir', type : 'string',
# description : 'path to the EFI lib directory')