From dcb6061e1cc194911a5f36f3a09ff75fc7b951ac Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Mon, 22 Mar 2021 20:52:00 +0900 Subject: meson: fix warning about comparison between different types Follow-up for e39288193fcdf3a36dbc49b78e6c9bf86a764e31. --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index bcc0dc11f8..d96d4e3f04 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -362,7 +362,7 @@ option('gnu-efi', type : 'combo', choices : ['auto', 'true', 'false'], description : 'gnu-efi support for sd-boot') option('efi-cc', type : 'array', description : 'the compiler to use for EFI modules') -option('efi-ld', type : 'string', +option('efi-ld', type : 'string', value : 'ld', description : 'the linker to use for EFI modules') option('efi-libdir', type : 'string', description : 'path to the EFI lib directory') -- cgit v1.2.1