diff options
author | Mike Gilbert <floppym@gentoo.org> | 2018-09-30 21:41:41 +0200 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2018-09-30 21:43:39 +0200 |
commit | 595343fb4c99c2679d347ef7c19debfbfed6342e (patch) | |
tree | 0fcd463ab83cf7afc3b2616a962b0f05296ae831 /meson_options.txt | |
parent | trivial: fix spelling in code comments (diff) | |
download | systemd-595343fb4c99c2679d347ef7c19debfbfed6342e.tar.xz systemd-595343fb4c99c2679d347ef7c19debfbfed6342e.zip |
meson: use an array option for efi-cc
Fixes: https://github.com/systemd/systemd/issues/10211
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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') |