From 595343fb4c99c2679d347ef7c19debfbfed6342e Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sun, 30 Sep 2018 15:41:41 -0400 Subject: meson: use an array option for efi-cc Fixes: https://github.com/systemd/systemd/issues/10211 --- 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 92e8fadcc5..0407b97b5b 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -278,7 +278,7 @@ option('dbus', type : 'combo', choices : ['auto', 'true', 'false'], option('gnu-efi', type : 'combo', choices : ['auto', 'true', 'false'], description : 'gnu-efi support for sd-boot') -option('efi-cc', type : 'string', +option('efi-cc', type : 'array', description : 'the compiler to use for EFI modules') option('efi-ld', type : 'string', description : 'the linker to use for EFI modules') -- cgit v1.2.1